diff options
author | David Huerta <huertanix@users.noreply.github.com> | 2017-04-07 17:44:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 17:44:32 -0400 |
commit | a7ab2204d48162605cb351ee60183ef3f3d844a6 (patch) | |
tree | 4525256391523f40077c54d26d4ecd41f22924b4 /docs/Running-Mastodon | |
parent | 0b32b5108ee4484b8340dd74d484b3ebf551ddfb (diff) |
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.
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Heroku-guide.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Running-Mastodon/Heroku-guide.md b/docs/Running-Mastodon/Heroku-guide.md index 754f923ed..269bc6331 100644 --- a/docs/Running-Mastodon/Heroku-guide.md +++ b/docs/Running-Mastodon/Heroku-guide.md @@ -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. -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` - -to make yourself an admin. + `heroku rake mastodon:make_admin USERNAME=yourUsername` |