Skip to content

Commit

Permalink
Add step to install pre-commit in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Nov 20, 2024
1 parent 5fa91ce commit 0b1d4ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,11 @@ If you have a suggestion that would make this better, please fork the repo and c
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
2. [Install pre-commit](https://pre-commit.com/#install) `pre-commit install`
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request


### Testing
Expand Down

0 comments on commit 0b1d4ad

Please sign in to comment.