mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-23 14:14:48 +01:00
docs: specify that direct repo pulls are dev builds
This commit is contained in:
parent
d3e744063e
commit
fed5ebb3c8
1 changed files with 4 additions and 4 deletions
|
@ -18,11 +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`:
|
Once you have `rustc` and `cargo`, just use `cargo install`:
|
||||||
```bash
|
```bash
|
||||||
# either from my source repository
|
# either stable releases from crates.io
|
||||||
$ 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
|
$ cargo install scope-tui
|
||||||
|
|
||||||
|
# or dev builds from my source repository
|
||||||
|
$ CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install --git https://git.alemi.dev/scope-tui.git
|
||||||
```
|
```
|
||||||
_(note that my git server doesn't support smart http clones, setting fetch-with-cli allows dumb http clones)_
|
_(note that my git server doesn't support smart http clones, setting fetch-with-cli allows dumb http clones)_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue