Update cargo embed install snippet to inclue "--locked"

This commit is contained in:
zack novosad 2023-05-02 12:15:42 -05:00
parent c1d0012b1b
commit f796edfb5f

View File

@ -132,7 +132,7 @@ Some of the options for your `runner` are listed below:
*Step 1* - Install [`cargo embed`](https://github.com/probe-rs/probe-rs/blob/master/cargo-embed):
```console
$ cargo install cargo-embed
$ cargo install --locked cargo-embed
```
*Step 2* - Update settings in [Embed.toml](./Embed.toml)