diff options
| author | Vadim Kaushan <[email protected]> | 2021-03-14 23:17:45 +0300 |
|---|---|---|
| committer | Vadim Kaushan <[email protected]> | 2021-03-14 23:17:45 +0300 |
| commit | 5b8c18dad321785ce23e376e58af31e46e0dc27e (patch) | |
| tree | a4a7342f7925d7f8f4f36f8bc5ca63ea32f03640 /README.md | |
| parent | 16e00669aeae310451adbd1773db29cc70c9dc5f (diff) | |
Fix probe-run install command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -45,7 +45,7 @@ GPIO pins are set up for the `nrf52840-dk` board (PCA10056) | |||
| 45 | - Install `probe-run` with defmt support. | 45 | - Install `probe-run` with defmt support. |
| 46 | 46 | ||
| 47 | ``` | 47 | ``` |
| 48 | cargo install --git https://github.com/knurling-rs/probe-run --branch main --features defmt | 48 | cargo install probe-run |
| 49 | ``` | 49 | ``` |
| 50 | 50 | ||
| 51 | - Run the example | 51 | - Run the example |
