diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-06-29 03:11:22 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-06-29 03:11:22 +0200 |
| commit | 01101e3df0619dca85ab692be8b7c38f249b44e8 (patch) | |
| tree | 7388eea12fe37dc757905a87347ebdf86a4923ea | |
| parent | b95e5a4ea6d09b2dbc048a9b7ae6f826c14b2834 (diff) | |
Update readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -99,10 +99,10 @@ Examples are found in the `examples/` folder seperated by the chip manufacturer | |||
| 99 | 99 | ||
| 100 | ### Running examples | 100 | ### Running examples |
| 101 | 101 | ||
| 102 | - Install `probe-rs-cli` with defmt support. | 102 | - Install `probe-rs`. |
| 103 | 103 | ||
| 104 | ```bash | 104 | ```bash |
| 105 | cargo install probe-rs-cli | 105 | cargo install probe-rs --features cli |
| 106 | ``` | 106 | ``` |
| 107 | 107 | ||
| 108 | - Change directory to the sample's base directory. For example: | 108 | - Change directory to the sample's base directory. For example: |
