From bf38aadb68ddadfef53d2489d57d3b919e5357d3 Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Sat, 1 Aug 2015 00:37:07 +0000 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7df5750..8f3f185 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,12 @@ usage * 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 )