From 448c2c48e0cd37b6dc8ef084044c7e4f41f4906f Mon Sep 17 00:00:00 2001 From: Pete Muir Date: Sun, 25 May 2014 12:25:33 +0100 Subject: [PATCH] =?UTF-8?q?Update=20instructions=20to=20use=20rake=20setup?= =?UTF-8?q?,=20it=E2=80=99s=20doesn=E2=80=99t=20cause=20the=20Gemfile.lock?= =?UTF-8?q?=20to=20update=20magically!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2bd3a2d3..0a870dc96 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This section covers the steps you need to do in order to setup your environment 5. Build the site: - rake update + rake setup rake clean preview _NOTE_ The site will take a long time to build for the first time (10 minutes+). Subsequent builds are much quicker.