Skip to content

Commit

Permalink
Merge pull request #3830 from undecidedapollo/fix-mdbook-install-command
Browse files Browse the repository at this point in the history
Update README to use --locked for installing mdbook
  • Loading branch information
chriskrycho authored Mar 27, 2024
2 parents 459f341 + 42a052a commit 039b358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version_num>
$ cargo install mdbook --locked --version <version_num>
```

## Building
Expand Down

0 comments on commit 039b358

Please sign in to comment.