From 42a052a685e57473147d32cb9d4a94ee21e20b0e Mon Sep 17 00:00:00 2001 From: Jonah Nestrick Date: Mon, 29 Jan 2024 13:36:04 -0500 Subject: [PATCH] Update README to use --locked for installing mdbook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70c85e727..926a3f1faf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ rust-lang/rust uses in [this file][rust-mdbook]. To get it: [rust-mdbook]: https://github.com/rust-lang/rust/blob/master/src/tools/rustbook/Cargo.toml ```bash -$ cargo install mdbook --version +$ cargo install mdbook --locked --version ``` ## Building