Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 5740210

Browse files
committed
Calculate tag in README
Don't have people test-driving old code. Latest tag should be good.
1 parent 872adf1 commit 5740210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ your odds of success if you check out the
6262
before proceeding:
6363

6464
```bash
65-
$ git checkout v0.10.0
65+
$ TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
66+
$ git checkout $TAG
6667
```
6768

6869
Configuration Setup

0 commit comments

Comments
 (0)