Merge pull request #2981 from embassy-rs/remove-cargo-install-probe-rs
Remove "cargo install probe-rs", point users to probe.rs instead.
This commit is contained in:
commit
ba7ef3c919
2 changed files with 2 additions and 7 deletions
|
@ -100,12 +100,7 @@ Examples are found in the `examples/` folder separated by the chip manufacturer
|
||||||
|
|
||||||
### Running examples
|
### Running examples
|
||||||
|
|
||||||
- Install `probe-rs`.
|
- Install `probe-rs` following the instructions at <https://probe.rs>.
|
||||||
|
|
||||||
```bash
|
|
||||||
cargo install probe-rs --features cli
|
|
||||||
```
|
|
||||||
|
|
||||||
- Change directory to the sample's base directory. For example:
|
- Change directory to the sample's base directory. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -23,7 +23,7 @@ TODO:
|
||||||
|
|
||||||
## Running the examples
|
## Running the examples
|
||||||
|
|
||||||
- `cargo install probe-rs --features cli`
|
- Install `probe-rs` following the instructions at <https://probe.rs>.
|
||||||
- `cd examples/rp`
|
- `cd examples/rp`
|
||||||
### Example 1: Scan the wifi stations
|
### Example 1: Scan the wifi stations
|
||||||
- `cargo run --release --bin wifi_scan`
|
- `cargo run --release --bin wifi_scan`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue