浏览代码

Merge pull request #9 from dsyer/patch-2

Gem installation instructions updated
Brian Clozel 11 年之前
父节点
当前提交
1690b17cb4
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      README.markdown

+ 3 - 2
README.markdown

@@ -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
 ### 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
 ### Run jekyll