From 574021041d83f4e0727d745e6837d33b585b216b Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 20 Nov 2018 10:04:58 -0700 Subject: [PATCH] Calculate tag in README Don't have people test-driving old code. Latest tag should be good. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14cef36b8..3385858fb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ your odds of success if you check out the before proceeding: ```bash -$ git checkout v0.10.0 +$ TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) +$ git checkout $TAG ``` Configuration Setup