Skip to content

Commit

Permalink
Add help link for Jekyll install
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkerm committed Jan 19, 2017
1 parent 5502a9b commit c350072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dev/SetupGitHubPages.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installing [Jekyll](http://jekyllrb.com/) Builder
4. ruby dk.rb init (ensure says found installed in C:\Ruby21)
5. ruby dk.rb review (ensure says C:\Ruby21 as directory)
6. ruby dk.rb install
7. gem install bundler
7. gem install bundler [SSL Issue Resolution](http://guides.rubygems.org/ssl-certificate-update/#installing-using-update-packages)
8. create **Gemfile** in repository root, with contents
<pre><code>source 'https://rubygems.org'
gem 'github-pages'</code></pre>
Expand Down

0 comments on commit c350072

Please sign in to comment.