Unverified Commit e4764ea6 authored by Tom Moulard's avatar Tom Moulard
Browse files

mastodon: adding doc to add a user from cli

parent c0a4c210
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,3 +22,8 @@ To setup, change ./mastodon/.env.production
docker-compose run mastodon rake secret
docker-compose run mastodon rake mastodon:webpush:generate_vapid_key
```

To create users from cli, see:
```bash
docker-compose exec mastodon tootctl accounts create --help
```