You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cm...@apache.org on 2021/03/31 00:06:37 UTC

[qpid-interop-test] 08/41: QPIDIT-125: More minor updates to QUICKSTART.md

This is an automated email from the ASF dual-hosted git repository.

cml pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit 5f8ef9974efb6c19d0229a4d6a25c55c03344346
Author: Kim van der Riet <kp...@apache.org>
AuthorDate: Wed Jul 11 12:19:44 2018 -0400

    QPIDIT-125: More minor updates to QUICKSTART.md
---
 QUICKSTART.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org