Skip to content

Commit

Permalink
Recommend --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 12, 2024
1 parent aeacac4 commit d086d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Download and install [`cmake`](https://cmake.org/download/). Make sure it's adde

You have multiple options, the two most interesting are:

- To install the latest release, run `cargo install probe-rs-tools`
- To install the latest release, run `cargo install probe-rs-tools --locked`
- To try the latest development version (a.k.a the `master` branch) with experimental and unreleased changes, run `cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --locked`

See the [Cargo book](https://doc.rust-lang.org/cargo/commands/cargo-install.html) for details.
Expand Down

0 comments on commit d086d17

Please sign in to comment.