README: prefer `go install` to `go get`

Fixes: #56

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-09-14 13:30:11 +00:00
parent fd9b8fa612
commit 1e62ff3cc8
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ A way to do validation on git commits.
## install
```console
vbatts@valse ~ (master) $ go get -u github.com/vbatts/git-validation
vbatts@valse ~ (master) $ go install github.com/vbatts/git-validation@latest
```
## usage