summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2017-09-09 19:34:51 +0200
committersharkdp <davidpeter@web.de>2017-09-09 19:35:03 +0200
commitf1f537b83a12873a64e151c36554b5652404473a (patch)
tree40b842a502f5eb7bcf95880d12872d6271ecbd03
parenta2349848c02d1a71a1051f004f20deb734365c21 (diff)
Add new cargo install instructionsv3.0.0
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e50ce3e..2f3f4eb 100644
--- a/README.md
+++ b/README.md
@@ -95,9 +95,9 @@ Concerning *fd*'s speed, the main credit goes to the `regex` and `ignore` crates
in [ripgrep](https://github.com/BurntSushi/ripgrep) (check it out!).
## Install
-With Rust's package manager [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 install *fd* via:
```
-cargo install --git https://github.com/sharkdp/fd
+cargo install fd-find
```
Note that rust version *1.16.0* or later is required.
The release page of this repository also includes precompiled binaries for Linux.