]> cat aescling's git repositories - mastodon.git/commitdiff
Update Heroku-guide.md
authorDavid Huerta <huertanix@users.noreply.github.com>
Fri, 7 Apr 2017 21:44:32 +0000 (17:44 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 21:44:32 +0000 (17:44 -0400)
Cleaning up the heroku admin command bit to match the form used in Administration-guide.md and clarify the wording a bit.

docs/Running-Mastodon/Heroku-guide.md

index 754f923edb74b197d27c2aa1d17b59931eaa5da6..269bc6331490fd930317a129f1fe327e92ae34e5 100644 (file)
@@ -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`