Update README.md

This commit is contained in:
Adil Hafeez 2024-08-01 13:26:42 -07:00 committed by GitHub
parent b01c9949bc
commit 1fa5215753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ A open source project for developers to build and secure faster, more personaliz
Use instructions at [pre-commit.com](https://pre-commit.com/#install) to set it up for your machine. Once installed make sure github hooks are setup, so that when you upstream your change pre-commit hooks can run and validate your change. Follow command below to setup github hooks,
```sh
➜ intelligent-prompt-gateway git:(main) ✗ pre-commit install
$ brew install pre-commit
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit
```