Merge pull request #51 from wezm/patch-1

Add Arch Linux installation instructions
This commit is contained in:
David Peter 2017-08-01 18:40:49 +02:00 committed by GitHub
commit fb5ba2c068

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