From f78157edd7cc37b28b8eb4a002ebd564c03d2051 Mon Sep 17 00:00:00 2001 From: Pete Muir Date: Fri, 7 Jun 2013 16:45:11 +0100 Subject: [PATCH] Fix the bundle install command, thanks to @rsearls --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49d8db9..6f4f167 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ To setup the environment you need to follow these steps. *Certify to use the cor 3. Install Ruby GEMs - bundle setup + bundle install Running the site locally ------------------------