aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-13 14:32:01 +0100
committerGitHub Enterprise <[email protected]>2024-03-13 14:32:01 +0100
commit1f50dfb24a3c00dd349c63aa392f16fac30958e4 (patch)
tree10a7ac3a5df5393c59d8bb262d1cd83ff56e946b
parentfix potential partially written files (#2) (diff)
downloadzen-1f50dfb24a3c00dd349c63aa392f16fac30958e4.tar.xz
zen-1f50dfb24a3c00dd349c63aa392f16fac30958e4.zip
Update README.md
updated pre-commit installation instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26851243c..e11664464 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,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)
+* Run `pip install pre-commit==3.2.0` (later versions may or may not work)
## Building on Linux