Skip to content

Commit

Permalink
docs(readme): add installation instructions for the AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 12, 2021
1 parent 2b8b4d3 commit f1b495d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit f1b495d

Please sign in to comment.