From 959f19c086ac1ec8ee71d4aa0d4560e67f9dbd2e Mon Sep 17 00:00:00 2001 From: Jamie Bilinski Date: Mon, 13 Jun 2016 14:24:50 -0700 Subject: [PATCH] Command needs to be called from blog path --- site/_docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/windows.md b/site/_docs/windows.md index ea4c0359..6c668ba5 100644 --- a/site/_docs/windows.md +++ b/site/_docs/windows.md @@ -104,7 +104,7 @@ gem 'github-pages' ``` * **Note:** We use an unsecure connection because SSL throws exceptions in the version of Ruby - * Open a command prompt and install github-pages: `bundle install` + * Open a command prompt, target your local blog repository root, and install github-pages: `bundle install` After this process you should have github-pages installed on your system and you can host your blog again with `jekyll s`. \\