website/docs/installation/binary-releases.md
See the available binaries for different operating systems/architectures from the releases page.
Release tarballs are signed with the following PGP key: 1D2D410A741137EBC544826F4A92FA17B6619297
Download the latest binary from releases section and pick between glibc or musl-libc binary.
To download the package compiled with glibc:
# version="1.0.0"
wget "https://github.com/orhun/git-cliff/releases/download/v${version}/git-cliff-${version}-x86_64-unknown-linux-gnu.tar.gz"
musl-libc:# version="1.0.0"
wget "https://github.com/orhun/git-cliff/releases/download/v${version}/git-cliff-${version}-x86_64-unknown-linux-musl.tar.gz"
tar -xvzf git-cliff-*.tar.gz
cd "git-cliff-${version}"
./git-cliff
/usr/local/bin/ for running it from the terminal using git-cliff command.