diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 1f6d1206..6a57d013 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -281,6 +281,7 @@ If you want a stable release for production use, you should use tagged releases. ```sh cd ~mastodon/live/ + git fetch git checkout $(git tag | tail -n 1) ```