From d8ea86cf05981bdc06816b7caef0afbb5cabfce9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 30 Sep 2014 11:36:48 +0100 Subject: [PATCH] Add "gem install bundler" for people using vanilla Ruby --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index ebe6431b1..b41e3d443 100644 --- a/README.markdown +++ b/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