Merge pull request #55 from spockz/patch-1

Added bundle install command to easy setup
This commit is contained in:
Robin Ward 2013-02-07 07:32:52 -08:00
commit 00ad40c243

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