diff --git a/README.md b/README.md index 1394cb7..d001bf8 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,9 @@ repos: ``` When executing `pre-commit run` or `pre-commit run norminette-hook`, the hook will be executed. + +Now install the hook to be executed automatically for each commit. + +```bash +pre-commit install --install-hooks --overwrite +```