diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5354301..53693f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ If you intend to contribute often or think that's very likely, we recommend you scripts contained within this repository. You can enable them with: ```sh -git config --local core.hooksPath .githooks/ +cp .githooks/* .git/hooks/ ```