From 9d977274ec9f64b4252c8bd070c8ec98ca394ec9 Mon Sep 17 00:00:00 2001 From: Manoj Date: Wed, 17 Aug 2011 01:37:51 +0530 Subject: [PATCH] updated README.md (Running Locally section), Step 3 should be Step 1 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73a28e5..f396cbf 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,16 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at **Running Locally:** - 1. Bootstrap Errbit. This will copy over config.yml and also seed the database. + 1. Install dependencies - rake errbit:bootstrap + bundle install - 2. Update the config.yml and mongoid.yml files with information about your environment - 3. Install dependencies + 2. Bootstrap Errbit. This will copy over config.yml and also seed the database. - bundle install + rake errbit:bootstrap + 3. Update the config.yml and mongoid.yml files with information about your environment + 4. Start Server script/rails server -- libgit2 0.21.2