summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2017-08-01 18:40:49 +0200
committerGitHub <noreply@github.com>2017-08-01 18:40:49 +0200
commitfb5ba2c068b6eac0e3eb478701bef854294f3f6e (patch)
treefc45126f9fde2b5b995f06d43d9449ab3938286c
parent918e4a014a34c5b1855b5663d00c3a9a4b7121e6 (diff)
parentf8b02ac5ae0e2f89dfe3db2df59b50a4c4200882 (diff)
Merge pull request #51 from wezm/patch-1
Add Arch Linux installation instructions
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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