From 1d122621ae42d2fe361575bfebd86fb13fd8d569 Mon Sep 17 00:00:00 2001 From: CohenArthur Date: Tue, 5 May 2020 20:52:14 +0200 Subject: [PATCH] readme: Add `cargo install --git` instead of cloning (#65) * Update README.md Co-authored-by: Esteban Blanc * readme: Add `cargo install --git` instead of cloning Co-authored-by: Esteban Blanc --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0de5ee4..b3b3cc2 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,8 @@ To install it, you need to have Rust installed. * Check out [this link](https://www.rust-lang.org/learn/get-started) for instructions on how to install Rust. -* Then, download the `suckit` repository by cloning it or downloading a zipped -version of it and enter the directory. - -```shell -git clone https://github.com/skallwar/suckit -cd suckit -``` - -* You can now install SuckIT! - -```shell -cargo install --path . -``` +* If you just want to install the suckit executable, you can simply run +`cargo install --git https://github.com/skallwar/suckit` * Now, run it from anywhere with the `suckit` command.