Installing Jekyll on Windows Subsystem for Linux
Install Windows Subsystem for Linux
Install Ubuntu
Install Dependencies
- Start Ubuntu
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install ruby-full build-essential dh-autoreconf -y
- Add the following with
nano ~/.bashrc
gem update
gem install jekyll bundler
- Check that Jekyll is installed with
jekyll -v