From e5a9e3f6e3b01dbea7809393a45d9c61d227ff9f Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 12 Feb 2017 08:33:59 +0100
Subject: [PATCH] README: fix command to get release list

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0726e8ccd..e16b04260 100644
--- a/README.md
+++ b/README.md
@@ -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.
-- 
GitLab