From a4e48cfcc49ae88951a4a9773d7979b3f877a60c Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 14 May 2017 20:07:59 +0200 Subject: [PATCH] Update install instructions --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7d57cf0..6807c0a 100644 --- a/README.md +++ b/README.md @@ -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.