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 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 ## Development
```bash ```bash
cargo build --release cargo build --release