From f8b02ac5ae0e2f89dfe3db2df59b50a4c4200882 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 1 Aug 2017 11:44:29 +1000 Subject: [PATCH] Add Arch Linux installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a475a4..47bcd1a 100644 --- a/README.md +++ b/README.md @@ -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