Skip to content

Commit 0a84897

Browse files
committed
Update README.md
1 parent dd6a57c commit 0a84897

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,14 @@ The file paths in the examples are for Windows.
8080
[pre-commit](https://pre-commit.com/) hooks are supported.
8181

8282
```shell
83-
$ pip install pre-commit
84-
$ pre-commit install
85-
$ pre-commit run # For manual running; considers only modified files
86-
$ pre-commit run --all-files # For manual running; considers all files
83+
$ pip install pre-commit # If you don't already have pre-commit installed on your machine. Run once.
84+
$ pre-commit install # Sets up the pre-commit git hook script for the repository. Run once.
85+
$ pre-commit install --hook-type pre-push # Sets up the pre-push git hook script for the repository. Run once.
86+
$ pre-commit run # For manual running; considers only modified files.
87+
$ pre-commit run --all-files # For manual running; considers all files.
8788
```
8889

89-
After installing it, the provided [pre-commit hook](.pre-commit-config.yaml) will run automatically on `git commit`.
90+
After installing it, the provided [pre-commit hook(s)](.pre-commit-config.yaml) will run automatically on `git commit`.
9091

9192
## Running the Application
9293
Executable files for Windows, macOS and Linux can be downloaded from

0 commit comments

Comments
 (0)