Skip to content

Commit cf93884

Browse files
authored
Merge pull request #148 from OrangeTux/fix-installation-instructions
Update installation instruction for `probe-rs`
2 parents 2ab17b8 + 56059d5 commit cf93884

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010
- Update HAL crates to 0.18.0.
11+
* Update installation instructions for `probe-rs`
1112

1213
## [0.14.0] - 2024-04-18
1314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In order to run the examples you need to install [`probe-rs`](https://probe.rs/d
2929
and [`flip-link`](https://github.com/knurling-rs/flip-link#installation).
3030

3131
```bash
32-
> cargo install probe-rs flip-link
32+
> cargo install probe-rs-tools flip-link
3333
```
3434

3535
### Run an example

0 commit comments

Comments
 (0)