Skip to content

Commit

Permalink
docs: add pypi install instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul authored Sep 19, 2024
1 parent 00727da commit 2adfd70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Comeit - Git Commit Linter
Lints `git` commits in a Conventional Commits manner in pure Python.

## Install from [comeit - PyPi](https://pypi.org/project/comeit/)
```sh
pip install comeit
```

0 comments on commit 2adfd70

Please sign in to comment.