소스 검색

Add "gem install bundler" for people using vanilla Ruby

Dave Syer 11 년 전
부모
커밋
fc0cf54962
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.markdown

+ 1 - 0
README.markdown

@@ -97,6 +97,7 @@ Assuming you're already within your project's clone directory, and you've alread
 
 > **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 bundler
     bundle
 
 ### Run jekyll