Calculate tag in README

Don't have people test-driving old code. Latest tag should be good.
This commit is contained in:
Greg Fitzgerald 2018-11-20 10:04:58 -07:00
parent 872adf1031
commit 574021041d
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ your odds of success if you check out the
before proceeding: before proceeding:
```bash ```bash
$ git checkout v0.10.0 $ TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
$ git checkout $TAG
``` ```
Configuration Setup Configuration Setup