Update Administration-guide.md

the syntax for running the rake task wasn't correct.
This commit is contained in:
benklop 2017-04-07 16:31:50 -06:00 committed by GitHub
parent 3cb13bdd84
commit f578cf8331
1 changed files with 1 additions and 1 deletions

View 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.