add git fetch line to upgrade section (#110)
This commit is contained in:
parent
38fcd2a5c9
commit
509793419d
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue