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:
parent
fd9b8fa612
commit
1e62ff3cc8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue