diff --git a/README.md b/README.md index e29cdb30aed5e1a6db42eebcc862ef74d34f391e..2ddfc47f13871b22852064edd79a79a81beefe9b 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This will determine what version of ruby the mastodon repo needs, install it int You can then run this within the container to generate an admin user: -RAILS_ENV=production bin/tootctl accounts create dev --email dev@mastodon.local --confirmed --role admin +source /usr/local/rvm/scripts/rvm && RAILS_ENV=production bin/tootctl accounts create dev --email dev@mastodon.local --confirmed --role admin