Skip to content

Commit 1812d24

Browse files
authored
Merge pull request #535 from fastly/dmartin/install-locked
Always recommend use of `cargo install --locked`
2 parents 0eb3681 + 4a08334 commit 1812d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version 0.34 or above supports local testing, and the workflow is documented
2727

2828
To install Viceroy as a standalone tool, you'll need to first
2929
[install Rust](https://www.rust-lang.org/tools/install) if you haven't already.
30-
Then run `cargo install viceroy`, which will download and build the latest
30+
Then run `cargo install --locked viceroy`, which will download and build the latest
3131
Viceroy release.
3232

3333
## Usage as a library

0 commit comments

Comments
 (0)