diff options
author | benklop <benklop@gmail.com> | 2017-04-07 16:31:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 16:31:50 -0600 |
commit | f578cf8331dbc9254ba6733db6cea590a8014642 (patch) | |
tree | 26126dd4ec5ecc4a6be118d59391dea386cff8de /docs/Running-Mastodon | |
parent | 3cb13bdd84399737a2bb13c1ab58dedc2dbe3d76 (diff) |
Update Administration-guide.md
the syntax for running the rake task wasn't correct.
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Administration-guide.md | 2 |
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. |