Skip to content

Commit 039b358

Browse files
authored
Merge pull request #3830 from undecidedapollo/fix-mdbook-install-command
Update README to use --locked for installing mdbook
2 parents 459f341 + 42a052a commit 039b358

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
@@ -30,7 +30,7 @@ rust-lang/rust uses in [this file][rust-mdbook]. To get it:
3030
[rust-mdbook]: https://github.com/rust-lang/rust/blob/master/src/tools/rustbook/Cargo.toml
3131

3232
```bash
33-
$ cargo install mdbook --version <version_num>
33+
$ cargo install mdbook --locked --version <version_num>
3434
```
3535

3636
## Building

0 commit comments

Comments
 (0)