mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 09:09:17 +00:00
Update install instructions
This commit is contained in:
parent
3f69c0fa1a
commit
eb728756ed
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue