Skip to content
Snippets Groups Projects
Unverified Commit e5a9e3f6 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

README: fix command to get release list

parent 2e6d457e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment