]> cat aescling's git repositories - mastodon.git/commitdiff
Update Administration-guide.md
authorbenklop <benklop@gmail.com>
Fri, 7 Apr 2017 22:31:50 +0000 (16:31 -0600)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 22:31:50 +0000 (16:31 -0600)
the syntax for running the rake task wasn't correct.

docs/Running-Mastodon/Administration-guide.md

index dd69eb303041fcd39eca4479b6b1beef33034c0d..09b0f1df12029509c77fc3ad1069e53e01e31597 100644 (file)
@@ -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.