diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-08 01:00:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 01:00:32 +0200 |
commit | a872f2f4c64f4a370fa1a92a28f9c07c1dd3b06d (patch) | |
tree | 483b1e95e038de9e00e5eff2f01b1d3b27c6fa07 /docs | |
parent | 32a6f0884cc6bea0103103ab442bdfee38e83fe8 (diff) | |
parent | f578cf8331dbc9254ba6733db6cea590a8014642 (diff) |
Merge pull request #1204 from benklop/patch-1
Update Administration-guide.md
Diffstat (limited to 'docs')
-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. |