Skip to content

Commit

Permalink
Suggest --locked for cargo installs (#1792)
Browse files Browse the repository at this point in the history
This is already used in the GitHub actions, and avoids issues like those
in #1791.

Fixes #1791.
  • Loading branch information
djmitche authored Feb 19, 2024
1 parent 18ec201 commit 22c9555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Then install these tools with:

```shell
cargo install mdbook
cargo install mdbook-svgbob
cargo install mdbook-i18n-helpers
cargo install --path mdbook-exerciser
cargo install --path mdbook-course
cargo install --locked mdbook-svgbob
cargo install --locked mdbook-i18n-helpers
cargo install --locked --path mdbook-exerciser
cargo install --locked --path mdbook-course
```

Run
Expand Down

0 comments on commit 22c9555

Please sign in to comment.