1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-11-12 17:59:19 +01:00

docs: add crates.io install instructions

This commit is contained in:
əlemi 2024-03-16 15:22:29 +01:00
parent be9e716ac9
commit 47d128edd0
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -18,7 +18,11 @@ If you don't have the rust toolchain already installed, get it with [rustup](htt
Once you have `rustc` and `cargo`, just use `cargo install`:
```bash
# either from my source repository
$ CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install --git https://git.alemi.dev/scope-tui.git
# or from crates.io
$ cargo install scope-tui
```
_(note that my git server doesn't support smart http clones, setting fetch-with-cli allows dumb http clones)_