From f1b495d7b1aeb016911150faa0d49f847cc7b17c Mon Sep 17 00:00:00 2001 From: orhun Date: Thu, 12 Aug 2021 20:13:18 +0300 Subject: [PATCH] docs(readme): add installation instructions for the AUR --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4cc548c1dd..f73e2674f8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - [About](#about) - [Installation](#installation) - [From crates.io](#from-cratesio) + - [From AUR](#from-aur) - [Binary Releases](#binary-releases) - [Usage](#usage) - [Command Line Arguments](#command-line-arguments) @@ -82,6 +83,14 @@ cargo install git-cliff ``` +### From AUR + +If you are using Arch Linux, [git-cliff](https://aur.archlinux.org/packages/git-cliff/) can be installed from the [AUR](https://aur.archlinux.org/) using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers): + +```sh +paru -S git-cliff +``` + ### Binary Releases See the available binaries for different operating systems/architectures from the [releases page](https://github.com/orhun/git-cliff/releases).