Skip to content

Commit

Permalink
docs: specify that direct repo pulls are dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Mar 18, 2024
1 parent d3e7440 commit fed5ebb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
```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
# either stable releases from crates.io
$ 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)_

Expand Down

0 comments on commit fed5ebb

Please sign in to comment.