From ec592d20aedcd3ff86bf91020a4c6411e612248a Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Sat, 1 Aug 2015 00:35:13 +0000 Subject: [PATCH] fixed readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 670156a..033e799 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ usage * to install the hooks use: go get github.com/mthie/git-gohooks + go get github.com/mthie/git-gohooks/githook-gobuild + go get github.com/mthie/git-gohooks/githook-gofmt - go get github.com/mthie/git-gohooks/githook-gotest - you have the choice to copy it to your .git/hooks/ folder or to symlink - it with + go get github.com/mthie/git-gohooks/githook-gotest + + +* you have the choice to copy it to your .git/hooks/ folder or to symlink it with ( cd .git/hooks && ln -s $GOPATH/bin/git-gohooks pre-commit && ln -s $GOPATH/bin/githook-gofmt pre-commit_01_gofmt && ln -s $GOPATH/bin/githook-gobuild pre-commit-02_gobuild && ln -s $GOPATH/bin/githook-gotest pre-commit_03_gotest )