guide for build from source

This commit is contained in:
Alexander Popov 2022-08-13 16:26:30 +03:00
parent b9e61ef101
commit c2ec42e289
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 20 additions and 1 deletions

View File

@ -12,7 +12,26 @@ Git Ahead Check
**Build from source:**
...
Download sources by Git:
```sh
git clone http://git.a2s.su/iiiypuk/git-ahead-check.git .
```
(Or) Download source by Zip:
```sh
wget https://git.a2s.su/iiiypuk/git-ahead-check/archive/master.zip || uznip ./master.zip
```
Build:
```sh
cd ./git-ahead-check/
shards build
./bin/git-ahead-check # enjoy
```
## Howto use
**Generate configuration file:**