diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-21 23:45:01 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-21 23:45:01 +0200 |
| commit | 3b0102363632d72f31e276bf4a8606706fa0b5fc (patch) | |
| tree | 98790d46254cb6ab22aaa08c6e0cdf7ea668dc86 /README.md | |
| parent | ae49e58993ff12ba3d4c9a8dc1140aa551f3c7c3 (diff) | |
Remove "cargo install probe-rs", point users to probe.rs instead.
Fixes #2965
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 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 |
