nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Update installation instruction for `probe-rs` #148

Closed OrangeTux closed 5 months ago

OrangeTux commented 5 months ago

The binary probe-rs tools has been moved to it's own crate: probe-rs-tools. Therefore, the current instructions are outdated and fail:

$ cargo install probe-rs
    Updating crates.io index
  Downloaded probe-rs v0.24.0
  Downloaded 1 crate (1.7 MB) in 0.35s
error: there is nothing to install in `probe-rs v0.24.0`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.

This commit updates the installation instruction. For more information, see the probe-rs' changelog.

BartMassey commented 5 months ago

Sigh. Thanks much for the timely update. We'll get it merged shortly.

OrangeTux commented 5 months ago

Sure, here you go.

BartMassey commented 5 months ago

Appreciate your help with this.