Add note to setup pre-commit hooks

This commit is contained in:
Daniel Flanagan 2023-09-19 20:57:24 -05:00
parent bd902c7372
commit e355e51e1b
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -11,6 +11,12 @@ here is useful inspiration.
You don't have even have to clone this crap yourself. How cool is that!
But if you're gonna change stuff you had better setup the pre-commit hook:
```shell_session
ln -s $PWD/pre-commit.bash .git/hooks/pre-commit
```
## NixOS
```shell_session