Browse Source

proper install

Former-commit-id: 9299aa359fc11deaea5d2258e85379d8186c56ca
Alec Jacobson 9 years ago
parent
commit
54f313fd6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/pre-commit.sh

+ 1 - 1
scripts/pre-commit.sh

@@ -2,7 +2,7 @@
 #
 # To enable this hook, issue:
 #
-#     ln -s scripts/pre-commit.sh .git/hooks/pre-commit
+#     ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit
 #
 RED='\033[0;31m'
 NC='\033[0m'