aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-13 14:34:19 +0100
committerGitHub Enterprise <[email protected]>2024-03-13 14:34:19 +0100
commit73e837e69c0ae785250ff33f442675a0be17a17c (patch)
treea7a1c4442e535bc929e11e1689d9f535aa1c90f8
parentUpdate README.md (diff)
downloadzen-73e837e69c0ae785250ff33f442675a0be17a17c.tar.xz
zen-73e837e69c0ae785250ff33f442675a0be17a17c.zip
added notes on how to install git hooks
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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