From 509793419d3a99bbac0e406f14a8ad322c6ec941 Mon Sep 17 00:00:00 2001 From: Tachibana waita Date: Fri, 21 Apr 2017 03:06:21 +0900 Subject: [PATCH] add git fetch line to upgrade section (#110) --- Running-Mastodon/Production-guide.md | 1 + 1 file changed, 1 insertion(+) 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) ```