mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
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:
parent
168bb01439
commit
efa4495fc2
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