aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-11-15 15:00:22 +0100
committerGitHub <[email protected]>2023-11-15 15:00:22 +0100
commit5890737ebc7c7920b931ad26fd24347e79f32343 (patch)
tree8bac870cdf98dc820f26eb591847c217464fff02
parentupdated xmake versions in README (diff)
downloadzen-5890737ebc7c7920b931ad26fd24347e79f32343.tar.xz
zen-5890737ebc7c7920b931ad26fd24347e79f32343.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 983edfedb..732caf772 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +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`
-
-Once set up, you can run precommit checks via `xmake precommit`
+* Run `pip install pre-commit=3.2.0` (later versions may or may not work)
## Building on Linux