From 73e837e69c0ae785250ff33f442675a0be17a17c Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 13 Mar 2024 14:34:19 +0100 Subject: added notes on how to install git hooks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e11664464..731daaa0d 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ commit. * Make sure python3 is installed. Version 3.11 or later should work * You can install using `winget install python3` * Run `pip install pre-commit==3.2.0` (later versions may or may not work) +* If you want the pre-commit steps to be run at commit time you can run `pre-commit install` within your local repo. ## Building on Linux -- cgit v1.2.3