diff options
| author | Stefan Boberg <[email protected]> | 2023-11-15 15:00:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-15 15:00:22 +0100 |
| commit | 5890737ebc7c7920b931ad26fd24347e79f32343 (patch) | |
| tree | 8bac870cdf98dc820f26eb591847c217464fff02 | |
| parent | updated xmake versions in README (diff) | |
| download | zen-5890737ebc7c7920b931ad26fd24347e79f32343.tar.xz zen-5890737ebc7c7920b931ad26fd24347e79f32343.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |