From 27ca1282fae71231c655bb2562676bca2aa8760b Mon Sep 17 00:00:00 2001 From: Damien Solodow Date: Mon, 30 Apr 2018 15:03:34 -0400 Subject: [PATCH] update windows doc (#6781) Merge pull request 6781 --- docs/_docs/windows.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: