1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-11-25 09:35:40 +00:00

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

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