From 4f6ea40e405a8aa854231c3dad6f9776f4ab6767 Mon Sep 17 00:00:00 2001 From: Yurii Puchkov Date: Wed, 27 Dec 2023 21:12:03 -0700 Subject: [PATCH] docs: Add install sections into the README.md file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ef57194..fdf2540 100644 --- a/README.md +++ b/README.md @@ -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