You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/getting-started/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Download and install [`cmake`](https://cmake.org/download/). Make sure it's adde
67
67
68
68
You have multiple options, the two most interesting are:
69
69
70
-
- To install the latest release, run `cargo install probe-rs-tools`
70
+
- To install the latest release, run `cargo install probe-rs-tools --locked`
71
71
- 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`
72
72
73
73
See the [Cargo book](https://doc.rust-lang.org/cargo/commands/cargo-install.html) for details.
0 commit comments