mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Merge pull request #55 from spockz/patch-1
Added bundle install command to easy setup
This commit is contained in:
commit
00ad40c243
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue