Merge pull request #5006 from jbilinski/patch-1

Merge pull request 5006
This commit is contained in:
jekyllbot 2016-06-13 14:38:45 -07:00 committed by GitHub
commit d8acc434ae
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ gem 'github-pages'
``` ```
* **Note:** We use an unsecure connection because SSL throws exceptions in the version of Ruby * **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`. \\ After this process you should have github-pages installed on your system and you can host your blog again with `jekyll s`. \\