summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2017-06-15 12:25:16 +0200
committerGitHub <noreply@github.com>2017-06-15 12:25:16 +0200
commiteb728756ed51dda99baf384f8e3587537cefa535 (patch)
tree8a5365ca8aa30a626a8438ae4eefca7a6c12215a
parent3f69c0fa1af5e072af55e66e8533dc4bc5edf636 (diff)
Update install instructions
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index eff0bad..6a475a4 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,18 @@ in order for both tools to perform a regular expression search. Both tools are c
`-iname '*[0-9].jpg'` is used for `find`.
## Install
-With [cargo](https://github.com/rust-lang/cargo), you can clone, build and install *fd* with a single command:
+With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can clone, build and install *fd* with a single command:
```
cargo install --git https://github.com/sharkdp/fd
```
Note that rust version *1.16.0* or later is required.
The release page of this repository also includes precompiled binaries for Linux.
+On **OS X**, you can use [homebrew](https://brew.sh/):
+```
+brew install fd
+```
+
## Development
```bash
cargo build --release