From fc0cf54962dec3f213ce7b53ecefe7e146f650b6 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 49f89f78c6..81c67e7601 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 -- GitLab