about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorbenklop <benklop@gmail.com>2017-04-07 16:31:50 -0600
committerGitHub <noreply@github.com>2017-04-07 16:31:50 -0600
commitf578cf8331dbc9254ba6733db6cea590a8014642 (patch)
tree26126dd4ec5ecc4a6be118d59391dea386cff8de /docs
parent3cb13bdd84399737a2bb13c1ab58dedc2dbe3d76 (diff)
Update Administration-guide.md
the syntax for running the rake task wasn't correct.
Diffstat (limited to 'docs')
-rw-r--r--docs/Running-Mastodon/Administration-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Administration-guide.md b/docs/Running-Mastodon/Administration-guide.md
index dd69eb303..09b0f1df1 100644
--- a/docs/Running-Mastodon/Administration-guide.md
+++ b/docs/Running-Mastodon/Administration-guide.md
@@ -7,7 +7,7 @@ So, you have a working Mastodon instance... now what?
 
 The following rake task:
 
-    rake mastodon:make_admin USERNAME=alice
+    RAILS_ENV=production bundle exec rails mastodon:make_admin USERNAME=alice
 
 Would turn the local user "alice" into an admin.