mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-30 17:07:43 +08:00
Add stable AUR package
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user