Add new cargo install instructions

This commit is contained in:
sharkdp 2017-09-09 19:34:51 +02:00
parent a2349848c0
commit f1f537b83a

View file

@ -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!). in [ripgrep](https://github.com/BurntSushi/ripgrep) (check it out!).
## Install ## 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. Note that rust version *1.16.0* or later is required.
The release page of this repository also includes precompiled binaries for Linux. The release page of this repository also includes precompiled binaries for Linux.