Skip to content

Commit

Permalink
docs(readme): update installation instructions for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 4, 2021
1 parent 4590c51 commit 8fb18b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- [About](#about)
- [Installation](#installation)
- [From crates.io](#from-cratesio)
- [From AUR](#from-aur)
- [Using pacman](#using-pacman)
- [Binary Releases](#binary-releases)
- [Usage](#usage)
- [Command Line Arguments](#command-line-arguments)
Expand Down Expand Up @@ -84,12 +84,12 @@
cargo install git-cliff
```

### From AUR
### Using pacman

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):
If you are using Arch Linux, **git-cliff** can be installed from the [community repository](https://archlinux.org/packages/community/x86_64/git-cliff/):

```sh
paru -S git-cliff
pacman -S git-cliff
```

### Binary Releases
Expand Down

0 comments on commit 8fb18b7

Please sign in to comment.