Skip to content

Commit

Permalink
Suggest using --locked flag in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Jan 13, 2025
1 parent d93e23a commit 3b982fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dnf install systemd-devel
To install:

```bash
cargo install cargo-espflash
cargo install cargo-espflash --locked
```

Alternatively, you can use [cargo-binstall] to download pre-compiled artifacts from the [releases] and use them instead:
Expand Down
2 changes: 1 addition & 1 deletion espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dnf install systemd-devel
To install:

```bash
cargo install espflash
cargo install espflash --locked
```

Alternatively, you can use [cargo-binstall] to download pre-compiled artifacts from the [releases] and use them instead:
Expand Down

0 comments on commit 3b982fc

Please sign in to comment.