From ead47275fdd963aa7c0d11736d9508896342bf3e Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 18 Dec 2013 10:13:50 -0700 Subject: [PATCH] Simplify "Working on Core" setup instructions --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 806e9eefaa..e02051f35a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -178,7 +178,8 @@ developing Ghost. **Pre-requisites:** * Node 0.10.x -* ruby and the gems 'sass' and 'bourbon' - you can use `bundle install` to install the gems +* Ruby >= 1.9.3 +* Bundler Ruby Gem (`gem install bundler`) * for running functional tests: phantomjs 1.9.x and casperjs 1.1.x ([instructions](https://github.com/TryGhost/Ghost/wiki/Functional-testing-with-PhantomJS-and-CasperJS)) * for building docs: python and pygments @@ -190,6 +191,7 @@ developing Ghost. 1. Clone the git repo 1. cd into the project folder 1. Run `git submodule update --init` +1. Run `bundle install` 1. Run `npm install -g grunt-cli` 1. Run `npm install`. * If the install fails with errors to do with "node-gyp rebuild" or "SQLite3", follow the SQLite3 install