Skip to content

Commit c4725b1

Browse files
committed
Update installation instructions
1 parent 61abd8f commit c4725b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
2626
Add the following to your `.pre-commit-config.yaml` file:
2727

2828
```yaml
29+
default_stages: [commit, manual]
2930
repos:
3031
- repo: https://github.com/radix-ai/auto-smart-commit
3132
rev: v1.0.1
3233
hooks:
3334
- id: auto-smart-commit
3435
```
36+
37+
and make sure to run `pre-commit install --hook-type prepare-commit-msg` to install the hook type necessary for this hook.

0 commit comments

Comments
 (0)