update windows doc (#6781)

Merge pull request 6781
This commit is contained in:
Damien Solodow 2018-04-30 15:03:34 -04:00 committed by jekyllbot
parent b22915fe22
commit 27ca1282fa
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ While Windows is not an officially-supported platform, it can be used to run Jek
## Installing Jekyll
If you are using Windows 10 Anniversary Update, the easiest way to run Jekyll is by [installing][WSL-Guide] the new Bash on Ubuntu on Windows.
If you are using Windows 10 Anniversary Update or later, the easiest way to run Jekyll is by [installing][WSL-Guide] the new Bash on Ubuntu on Windows.
### Installation via Bash on Windows 10
@ -51,6 +51,12 @@ Check if Jekyll installed properly by running:
jekyll -v
```
Configure the bundler/gem path so bundle doesn't prompt for sudo
```sh
bundle config path vendor/bundle
```
**And that's it!**
To start a new project named `my_blog`, just run: