We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ab17b8 + 56059d5 commit cf93884Copy full SHA for cf93884
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## [Unreleased]
9
10
- Update HAL crates to 0.18.0.
11
+* Update installation instructions for `probe-rs`
12
13
## [0.14.0] - 2024-04-18
14
README.md
@@ -29,7 +29,7 @@ In order to run the examples you need to install [`probe-rs`](https://probe.rs/d
29
and [`flip-link`](https://github.com/knurling-rs/flip-link#installation).
30
31
```bash
32
-> cargo install probe-rs flip-link
+> cargo install probe-rs-tools flip-link
33
```
34
35
### Run an example
0 commit comments