mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Merge pull request #4338 from eriko/patch-3
add `bundle exec` so that the admin account created runs
This commit is contained in:
commit
ab1b3472bd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ You'll want an admin account to be able to do anything fun on your new Discourse
|
|||
run the following command and follow the instructions:
|
||||
|
||||
```bash
|
||||
rake admin:create
|
||||
bundle exec rake admin:create
|
||||
```
|
||||
|
||||
Your admin account should be approved. Log in in your browser and you're good to go!
|
||||
|
|
Loading…
Reference in a new issue