From 3977bdd8c5ddeb16de2e8df4596bad314e04960b Mon Sep 17 00:00:00 2001 From: Damian Pound Date: Wed, 10 Nov 2021 14:48:40 -0600 Subject: [PATCH] Add --locked to second `cargo install elf2uf2-rs` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad57a2d..caddc90 100644 --- a/README.md +++ b/README.md @@ -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