Skip to content

Commit e2d2c27

Browse files
committed
Adds Windows Subsystem for Linux to Ruby/Jekyll
1 parent 47abd10 commit e2d2c27

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_learn/02-jekyll-ruby-gh-pages.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ alias jekyll-serve="docker run --rm --volume=$(pwd):/srv/jekyll -p 4000:4000 je
4646

4747
When you start Git Bash the next time, the `.bash_profile` is automatically run and then the two commands, `jekyll` and `jekyll-serve` become available in Git Bash, run in Docker.
4848

49+
## Set up Ruby and Jekyll on Windows Subsystem for Linux
50+
51+
You must be running Windows 10 x64 Creators Update Home, Pro, or Enterprise (non-LTSB SKU) or later in order to install Windows Subsystem for Linux (WSL). Use the [WSL instructions](https://docs.microsoft.com/en-us/windows/wsl/about) to install WSL.
52+
53+
Then you can install Jekyll using the [Jekyll instructions for the Linux distribution you chose](https://jekyllrb.com/docs/installation/) such as [Ubuntu](https://jekyllrb.com/docs/installation/ubuntu/) or [Fedora](https://jekyllrb.com/docs/installation/other-linux/).
54+
4955
## Set up Ruby and Jekyll on MacOS
5056

5157
1. Install Homebrew. See the [Homebrew site](https://brew.sh) for instructions.

0 commit comments

Comments
 (0)