diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 03:18:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 03:18:42 +0200 |
commit | bdaf31bcc91d309d667b173bfa660f74d5569474 (patch) | |
tree | c36c6c1f2bbc52e5e1d3067db2fbdb202bc1626b /docs/Running-Mastodon/Administration-guide.md | |
parent | 58bdb9b42ee90ca2723ac28c0f45af40df1c6383 (diff) | |
parent | 086a88f3bb3e09ade9d5659d60e5b0445b30dbed (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'docs/Running-Mastodon/Administration-guide.md')
-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 af78f6235..dd69eb303 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: - rails mastodon:make_admin USERNAME=alice + rake mastodon:make_admin USERNAME=alice Would turn the local user "alice" into an admin. |