From 080890b7b29d040d71464ab305e410b606cf52ef Mon Sep 17 00:00:00 2001 From: Victor Wildner Date: Tue, 9 Aug 2022 17:18:42 -0300 Subject: [PATCH] docs: update readme with installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```