Skip to content

Commit

Permalink
Update README with dev setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Aug 5, 2023
1 parent a8c8917 commit 5d2e3c2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,20 +389,26 @@ dependencies with [poetry](https://python-poetry.org/):
```bash
poetry install --with dev
```
And install [pre-commit](https://pre-commit.com/) hooks:

## License

[MIT License](https://choosealicense.com/licenses/mit/)
```bash
pre-commit install --hook-type pre-commit --hook-type pre-push
```

## Contributing
And you are good to go.

Contributions are welcome! Feel free to [open an issue](https://github.com/bswck/configzen/issues/new/choose)
or [submit a pull request](https://github.com/bswck/configzen/compare).

## License

[MIT License](https://choosealicense.com/licenses/mit/)


## Credits

* [@Lunarmagpie](https://github.com/Lunarmagpie) for _crucial_ design tips and ideas.

## Author

* [bswck](https://github.com/bswck) (contact: [email protected] or via [Discord](https://discord.com/) `bswck#8238`)
* [bswck](https://github.com/bswck) (contact: [email protected] or via [Discord](https://discord.com/) `bswck`)

0 comments on commit 5d2e3c2

Please sign in to comment.