add git fetch line to upgrade section (#110)

This commit is contained in:
Tachibana waita 2017-04-21 03:06:21 +09:00 committed by wxcafé
parent 38fcd2a5c9
commit 509793419d
1 changed files with 1 additions and 0 deletions

View File

@ -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)
```