Skip to content

Commit 1690b17

Browse files
committed
Merge pull request #9 from dsyer/patch-2
Gem installation instructions updated
2 parents 650b0f7 + fc0cf54 commit 1690b17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ Assuming you're already within your project's clone directory, and you've alread
9595

9696
### Install jekyll if you have not already
9797

98-
> **Note:** Jekyll 1.1.2 is a known good version.
98+
> **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:
9999
100-
gem install jekyll
100+
gem install bundler
101+
bundle
101102

102103
### Run jekyll
103104

0 commit comments

Comments
 (0)