Skip to content

Commit

Permalink
Merge pull request #148 from OrangeTux/fix-installation-instructions
Browse files Browse the repository at this point in the history
Update installation instruction for `probe-rs`
  • Loading branch information
BartMassey authored Jun 9, 2024
2 parents 2ab17b8 + 56059d5 commit cf93884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

- Update HAL crates to 0.18.0.
* Update installation instructions for `probe-rs`

## [0.14.0] - 2024-04-18

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In order to run the examples you need to install [`probe-rs`](https://probe.rs/d
and [`flip-link`](https://github.com/knurling-rs/flip-link#installation).

```bash
> cargo install probe-rs flip-link
> cargo install probe-rs-tools flip-link
```

### Run an example
Expand Down

0 comments on commit cf93884

Please sign in to comment.