Repository: qpid-interop-test
Updated Branches:
  refs/heads/master fcca6895b -> 5f8ef9974


QPIDIT-125: More minor updates to QUICKSTART.md


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/5f8ef997
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/5f8ef997
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/5f8ef997

Branch: refs/heads/master
Commit: 5f8ef9974efb6c19d0229a4d6a25c55c03344346
Parents: fcca689
Author: Kim van der Riet <kp...@apache.org>
Authored: Wed Jul 11 12:19:44 2018 -0400
Committer: Kim van der Riet <kp...@apache.org>
Committed: Wed Jul 11 12:19:44 2018 -0400

----------------------------------------------------------------------
 QUICKSTART.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/5f8ef997/QUICKSTART.md
----------------------------------------------------------------------
diff --git a/QUICKSTART.md b/QUICKSTART.md
index e56fd25..a9675eb 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -230,8 +230,9 @@ or
 Assuming the source tree is located in directory qpid-interop-test:
 
 ````
-git checkout <tagname> # tagname is the release, for example 0.2.0-rc3
 cd qpid-interop-test
+git tag -l # See list of tags
+git checkout tags/<tagname> # tagname is the release, for example 0.2.0-rc3
 mkdir build
 cd build
 ````


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to