diff --git a/manuscript/recipes/mastodon.md b/manuscript/recipes/mastodon.md index 59b30b6..4474053 100644 --- a/manuscript/recipes/mastodon.md +++ b/manuscript/recipes/mastodon.md @@ -333,7 +333,7 @@ docker-compose -f mastodon.yml run --rm web bin/tootctl accounts \ create --email --confirmed --role admin ``` -The password will be output on completion: +The password will be output on completion[^1]: ```bash root@raphael:/var/data/config/mastodon# docker-compose -f mastodon.yml run --rm web bin/tootctl accounts create batman --email batman@batcave.org --confirmed --role admin @@ -393,5 +393,6 @@ What have we achieved? Even though we had to jump through some extra hoops to se * [X] Mastodon configured, running, and ready to toot! +--8<-- "recipe-footer.md" ---8<-- "recipe-footer.md" \ No newline at end of file +[^1]: Or, you can just reset your password from the UI, assuming you have SMTP working \ No newline at end of file