Fix relative path of pre-commit

This commit is contained in:
zhujinxuan
2018-12-21 18:49:04 -05:00
committed by Nikita Popov
parent be010b4435
commit 322c5c037e

View File

@@ -17,7 +17,7 @@ To combine these three steps you can instead execute `tools/pre-commit`. To
automatically run it on every commit, create a symlink in the `.git/hooks` directory:
```sh
ln -s -f ../../tools/pre-commit .git/hooks/pre-commit
ln -s -f tools/pre-commit .git/hooks/pre-commit
```
## License for your Contributions