From: benklop Date: Fri, 7 Apr 2017 22:31:50 +0000 (-0600) Subject: Update Administration-guide.md X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f578cf8331dbc9254ba6733db6cea590a8014642;p=mastodon.git Update Administration-guide.md the syntax for running the rake task wasn't correct. --- 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.