We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2efac commit a61e6fcCopy full SHA for a61e6fc
1 file changed
README.md
@@ -14,7 +14,7 @@ This works best when paired with clear and concise commit messages. A great exam
14
The easiest way to install is through the `go` command.
15
16
```bash
17
-go install github.com/jdockerty/today@latest # or tag, e.g. @v0.1.2
+go install github.com/jdockerty/today@latest # or tag/ref: @v0.1.X, @HEAD, etc.
18
```
19
20
Or by downloading a pre-compiled binary on the [releases](https://github.com/jdockerty/today/releases) page.
0 commit comments