Skip to content

Commit 851875e

Browse files
authored
Update GitUsage.md
so we can copy "pre-commit instlall" without pre-commit getting confused by the comment
1 parent 388393d commit 851875e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wiki/GitUsage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ style-checks.
242242

243243
``` bash
244244
pip install pre-commit
245-
pre-commit install # in biopython directory
245+
# in biopython directory:
246+
pre-commit install
246247
```
247248

248249
See the [CONTRIBUTING.rst](https://github.com/biopython/biopython/blob/master/CONTRIBUTING.rst) file for more.

0 commit comments

Comments
 (0)