fix readme
This commit is contained in:
parent
9c40173268
commit
fab8c6dc84
10
README.md
10
README.md
|
@ -9,11 +9,11 @@ usage
|
|||
|
||||
* to install the hooks use:
|
||||
|
||||
go get git.mthie.com/mthie/git-gohooks
|
||||
go get git.mthie.com/mthie/git-gohooks/githook-golangci-lint
|
||||
go get git.mthie.com/mthie/git-gohooks/githook-gobuild
|
||||
go get git.mthie.com/mthie/git-gohooks/githook-gofmt
|
||||
go get git.mthie.com/mthie/git-gohooks/githook-gotest
|
||||
go install git.mthie.com/mthie/git-gohooks@latest
|
||||
go install git.mthie.com/mthie/git-gohooks/githook-golangci-lint@latest
|
||||
go install git.mthie.com/mthie/git-gohooks/githook-gobuild@latest
|
||||
go install git.mthie.com/mthie/git-gohooks/githook-gofmt@latest
|
||||
go install git.mthie.com/mthie/git-gohooks/githook-gotest@latest
|
||||
|
||||
|
||||
* on a Unix based system symlink it with
|
||||
|
|
Loading…
Reference in New Issue