Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from dsyer/patch-2
Browse files Browse the repository at this point in the history
Gem installation instructions updated
  • Loading branch information
bclozel committed Oct 20, 2014
2 parents 650b0f7 + fc0cf54 commit 1690b17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -95,9 +95,10 @@ Assuming you're already within your project's clone directory, and you've alread

### Install jekyll if you have not already

> **Note:** Jekyll 1.1.2 is a known good version.
> **Note:** Jekyll 1.1.2 is a known good version, and it is specifically referred to in `Gemfile.lock` so you have to use `bundle` (not `gem install ...`) to install it:
gem install jekyll
gem install bundler
bundle

### Run jekyll

Expand Down

0 comments on commit 1690b17

Please sign in to comment.