Add stable AUR package

This commit is contained in:
David Peter
2017-09-13 19:30:42 +02:00
committed by GitHub
parent 6c69b98b49
commit 2def50bddd
+3 -3
View File
@@ -107,10 +107,10 @@ On **macOS**, you can use [Homebrew](http://braumeister.org/formula/fd):
brew install fd
```
On **Arch Linux**, you can install the AUR package [fd-rs-git](https://aur.archlinux.org/packages/fd-rs-git/) via yaourt, or manually:
On **Arch Linux**, you can install the AUR package [fd-rs](https://aur.archlinux.org/packages/fd-rs/) (for the stable version) or [fd-rs-git](https://aur.archlinux.org/packages/fd-rs-git/) (for the current master) via yaourt, or manually:
```
git clone https://aur.archlinux.org/fd-rs-git.git
cd fd-rs-git
git clone https://aur.archlinux.org/fd-rs.git
cd fd-rs
makepkg -si
```