Skip to content

Commit 1e62ff3

Browse files
committed
README: prefer go install to go get
Fixes: #56 Signed-off-by: Vincent Batts <[email protected]>
1 parent fd9b8fa commit 1e62ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A way to do validation on git commits.
77
## install
88

99
```console
10-
vbatts@valse ~ (master) $ go get -u github.com/vbatts/git-validation
10+
vbatts@valse ~ (master) $ go install github.com/vbatts/git-validation@latest
1111
```
1212

1313
## usage

0 commit comments

Comments
 (0)