Skip to content

Commit ccb4a8a

Browse files
committed
Gem installation instructions updated
Using "gem install" didn't work for me because of the Gemfile.lock that is in source control (presumably for a reason).
1 parent 1a150a3 commit ccb4a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ 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+
bundle
101101

102102
### Run jekyll
103103

0 commit comments

Comments
 (0)