logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a872f2f4c64f4a370fa1a92a28f9c07c1dd3b06d
parent: 32a6f0884cc6bea0103103ab442bdfee38e83fe8
Author: Eugen <eugen@zeonfederated.com>
Date:   Sat,  8 Apr 2017 01:00:32 +0200

Merge pull request #1204 from benklop/patch-1

Update Administration-guide.md

Diffstat:

Mdocs/Running-Mastodon/Administration-guide.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.