Skip to content

Commit b2f4df6

Browse files
jonathanpallant9names
authored andcommitted
Mention elf2usb2-rs in the README
1 parent a0fd4ff commit b2f4df6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ DEFMT_LOG=trace cargo run --release
2828
## Installation of development dependencies
2929
```
3030
rustup target install thumbv6m-none-eabi
31-
cargo install probe-run
3231
cargo install flip-link
32+
# This is our suggested default 'runner'
33+
cargo install probe-run
34+
# If you want to use elf2uf2-rs instead of probe-run, instead do...
35+
cargo install elf2usb2-rs
3336
```
3437

3538
## Running

0 commit comments

Comments
 (0)