1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-03 00:08:39 +00:00

Add Arch Linux installation instructions

This commit is contained in:
Wesley Moore 2017-08-01 11:44:29 +10:00 committed by GitHub
parent 918e4a014a
commit f8b02ac5ae

View File

@ -72,6 +72,13 @@ On **OS X**, you can use [homebrew](https://brew.sh/):
brew install fd
```
On **Arch Linux**, you can use the AUR:
```
git clone https://aur.archlinux.org/fd-rs-git.git
cd fd-rs-git
makepkg -si
```
## Development
```bash
cargo build --release