diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index b81c65c6..6d30ba67 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -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: