Update install instructions

This commit is contained in:
David Peter 2017-05-14 20:07:59 +02:00 committed by GitHub
parent eb02069451
commit a4e48cfcc4
1 changed files with 7 additions and 7 deletions

View File

@ -41,14 +41,14 @@ If we do the same for *find*, it is significantly slower:
1,29s user 0,41s system 99% cpu 1,705 total
```
## Install
With [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
```
The release page of this repository also includes precompiled binaries for Linux.
## Build
## Development
```bash
cargo build --release
```
## Install
```
cargo install
```
The release page also includes precompiled binaries for Linux.