From efa4495fc2a0011cd1c8f49fb42b0dd77f4ff5b4 Mon Sep 17 00:00:00 2001 From: Alessandro Vermeulen Date: Thu, 7 Feb 2013 13:44:10 +0100 Subject: [PATCH] Added bundle install command to easy setup When I tried to follow the steps mentioned I needed to perform `bundle install` as well. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77a16ffff4..a25f8a0b0d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ If you're interested in helping us develop Discourse, please start with our **[D ``` git clone git@github.com:discourse/discourse.git cd discourse +bundle install rake db:create rake db:migrate rake db:seed_fu