Skip to content

Commit

Permalink
Merge pull request #4 from panpuchkov/feature/docs
Browse files Browse the repository at this point in the history
docs: Add install sections into the README.md file
  • Loading branch information
panpuchkov authored Dec 28, 2023
2 parents 6f1cb92 + 4f6ea40 commit 33bf2f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Features:
* Generate CHANGELOG and group of CHANGELOGs
* Bump version based on CHANGELOG

# Install

Use as python CLI (python is required)

```shell
pip install pygitver
```

Use as a docker container (docker engine is required)
```shell
docker pull panpuchkov/pygitver
```

# Users (Developers) Section

## Install Conventional Commit Git Hook Checker
Expand Down

0 comments on commit 33bf2f2

Please sign in to comment.