chore: install instructions should specify version

`go install` won't work otherwise. `latest` seems good enough for now for this tool.
This commit is contained in:
Ankush Menat 2022-11-01 23:04:51 +05:30 committed by Maas Lalani
parent 14a6771b49
commit 074a5c6dc3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ssh -p 2223 ssh.caarlos0.dev
### Installation
```
go install github.com/maaslalani/confetty
go install github.com/maaslalani/confetty@latest
```
### Usage