Add --locked to second cargo install elf2uf2-rs

This commit is contained in:
Damian Pound 2021-11-10 14:48:40 -06:00 committed by 9names
parent f9b3d8341d
commit 3977bdd8c5

View file

@ -223,7 +223,7 @@ More details can be found in the [Project Template](https://github.com/rp-rs/rp2
*Step 1* - Install [`elf2uf2-rs`](https://github.com/JoNil/elf2uf2-rs):
```console
$ cargo install elf2uf2-rs
$ cargo install elf2uf2-rs --locked
```
*Step 2* - Make sure your .cargo/config contains the following (it should by