Mastodon: Difference between revisions

imported>Onny
(Add usage section)
imported>NickBouwhuis
(after creating an account, you need to approve it to use it.)
Line 23: Line 23:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner'
# mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner
</syntaxhighlight>
</syntaxhighlight>
and approve your new account
<syntaxhighlight lang="console">
# mastodon-tootctl accounts approve USERNAME
</syntaxhighlight>
Then you're ready to head to the domain you set up in `configuration.nix` and start tooting away!


== Usage ==
== Usage ==