diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | cyw43/README.md | 2 |
2 files changed, 2 insertions, 7 deletions
| @@ -100,12 +100,7 @@ Examples are found in the `examples/` folder separated by the chip manufacturer | |||
| 100 | 100 | ||
| 101 | ### Running examples | 101 | ### Running examples |
| 102 | 102 | ||
| 103 | - Install `probe-rs`. | 103 | - Install `probe-rs` following the instructions at <https://probe.rs>. |
| 104 | |||
| 105 | ```bash | ||
| 106 | cargo install probe-rs --features cli | ||
| 107 | ``` | ||
| 108 | |||
| 109 | - Change directory to the sample's base directory. For example: | 104 | - Change directory to the sample's base directory. For example: |
| 110 | 105 | ||
| 111 | ```bash | 106 | ```bash |
diff --git a/cyw43/README.md b/cyw43/README.md index dabdf0471..5b4a5d789 100644 --- a/cyw43/README.md +++ b/cyw43/README.md | |||
| @@ -23,7 +23,7 @@ TODO: | |||
| 23 | 23 | ||
| 24 | ## Running the examples | 24 | ## Running the examples |
| 25 | 25 | ||
| 26 | - `cargo install probe-rs --features cli` | 26 | - Install `probe-rs` following the instructions at <https://probe.rs>. |
| 27 | - `cd examples/rp` | 27 | - `cd examples/rp` |
| 28 | ### Example 1: Scan the wifi stations | 28 | ### Example 1: Scan the wifi stations |
| 29 | - `cargo run --release --bin wifi_scan` | 29 | - `cargo run --release --bin wifi_scan` |
