Skip to content

Commit 5302da7

Browse files
add scope to setup steps
1 parent 25397ea commit 5302da7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ repos:
5252
5353
### 2. Install the hooks
5454
55+
This needs to be run for every clone:
56+
5557
```bash
5658
pre-commit install
5759
```
@@ -60,6 +62,8 @@ This installs all three git hooks (`pre-commit`, `prepare-commit-msg`, `post-com
6062

6163
### 3. Set up the repository
6264

65+
This needs to be run once for each repository:
66+
6367
```bash
6468
pre-commit run --hook-stage manual prepare-ai-repository
6569
```

0 commit comments

Comments
 (0)