README: fix command to get release list

This commit is contained in:
Matthias Schiffer 2017-02-12 08:33:59 +01:00
parent 2e6d457ec1
commit e5a9e3f6e3
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ the future development of Gluon.
## Use a release!
Please refrain from using the `master` branch for anything else but development purposes!
Use the most recent release instead. You can list all relaseses by running `git branch -a`
Use the most recent release instead. You can list all relaseses by running `git tag`
and switch to one by running `git checkout v2016.2.2 && make update`.
If you're using the autoupdater, do not autoupdate nodes with anything but releases.