Added bundle install command to easy setup

When I tried to follow the steps mentioned I needed to perform `bundle install` as well.
This commit is contained in:
Alessandro Vermeulen 2013-02-07 13:44:10 +01:00
parent 168bb01439
commit efa4495fc2
1 changed files with 1 additions and 0 deletions

View File

@ -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