forked from treehouse/mastodon
Update Heroku-guide.md
Cleaning up the heroku admin command bit to match the form used in Administration-guide.md and clarify the wording a bit.signup-info-prompt
parent
0b32b5108e
commit
a7ab2204d4
|
@ -47,8 +47,6 @@ You can deploy from the Heroku web interface or from the command line. Run:
|
||||||
|
|
||||||
after you first deploy to set up the first database.
|
after you first deploy to set up the first database.
|
||||||
|
|
||||||
You may need to use the `heroku` CLI application to run:
|
To make yourself an admin, you may need to use the `heroku` CLI application after creating an account online:
|
||||||
|
|
||||||
`USERNAME=yourUsername rails mastodon:make_admin`
|
`heroku rake mastodon:make_admin USERNAME=yourUsername`
|
||||||
|
|
||||||
to make yourself an admin.
|
|
||||||
|
|
Loading…
Reference in New Issue