summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index 78e4c79..7294780 100644
--- a/README.org
+++ b/README.org
@@ -6,6 +6,7 @@ them into your git hooks folder.
#+BEGIN_SRC sh
cargo build
+ln -s $PWD/target/debug/pre-commit .git/hooks/pre-commit
ln -s $PWD/target/debug/prepare-commit-msg .git/hooks/prepare-commit-msg
ln -s $PWD/target/debug/commit-msg .git/hooks/commit-msg
ln -s $PWD/target/debug/pre-push .git/hooks/pre-push