Skip to content

Commit

Permalink
update README install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty authored Jul 26, 2022
1 parent cd2efac commit a61e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This works best when paired with clear and concise commit messages. A great exam
The easiest way to install is through the `go` command.

```bash
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.
```

Or by downloading a pre-compiled binary on the [releases](https://github.com/jdockerty/today/releases) page.
Expand Down

0 comments on commit a61e6fc

Please sign in to comment.