readme: Add cargo install --git instead of cloning (#65)

* Update README.md

Co-authored-by: Esteban Blanc <estblcsk@gmail.com>

* readme: Add `cargo install --git` instead of cloning

Co-authored-by: Esteban Blanc <estblcsk@gmail.com>
This commit is contained in:
CohenArthur 2020-05-05 20:52:14 +02:00 committed by GitHub
parent f9f6bc6c47
commit 1d122621ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.