about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-08 01:00:06 +0200
committerGitHub <noreply@github.com>2017-04-08 01:00:06 +0200
commit32a6f0884cc6bea0103103ab442bdfee38e83fe8 (patch)
tree84e290a361a9618a17bec3a040d1d46afcfa4153 /docs
parenta54af44975f72bf3b6f2611d6a48979610e8ea98 (diff)
parenta7ab2204d48162605cb351ee60183ef3f3d844a6 (diff)
Merge pull request #1200 from huertanix/patch-2
Update Heroku-guide.md
Diffstat (limited to 'docs')
-rw-r--r--docs/Running-Mastodon/Heroku-guide.md6
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`