Skip to content

Commit

Permalink
updated probe-rs-tools instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Aug 13, 2024
1 parent 7100443 commit 66420c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion microbit/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ cargo-size 0.3.3
In order to install cargo-embed, first install its [prerequisites](https://probe.rs/docs/getting-started/installation/) (note: these instructions are part of the more general [`probe-rs`](https://probe.rs/) embedded debugging toolkit). Then install it with cargo:

```console
$ cargo install probe-rs-tools --vers 0.24.0
$ cargo install probe-rs-tools --vers '^0.24'
```

**NOTE** This may fail due to frequent changes in `probe-rs`. If so, go to <https://probe.rs> and follow the current installation instructions there.

Finally, verify that you have successfully installed `cargo-embed`.

```console
$ cargo embed --version
cargo-embed 0.24.0 (git commit: crates.io)
```
Expand Down

0 comments on commit 66420c4

Please sign in to comment.