From d000680a689e0395bcc14b95aa30ab7765b826fb Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Wed, 20 Mar 2019 22:26:46 +0100 Subject: [PATCH] Docs: installation instructions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1692e88..04d882c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,26 @@ chagen Changelog (cha) generator (-gen) as a tool written in Go, which simplifies and automates the Changelog creation/update process. +Installation +------------ + +On MacOS: + +```bash +$ brew tap artem-sidorenko/chagen +... +$ brew install chagen +... +``` + +On Linux: + +Use [openSUSE Build Service](http://software.opensuse.org//download.html?project=home%3Aartem_sidorenko%3Achagen&package=chagen) to get the deb/rpm packages. + +On Windows: + +[Download](https://github.com/artem-sidorenko/chagen/releases/latest) the Windows binary. + License ------- Licensed under Apache 2.0