1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-11-06 09:29:26 +02:00

Create install-mdbook.sh and lock to the current versions used in the CI (#2626)

Move mdbook installation into a script and use exact versions from the
CI.
Update README.md to instruct developers to use the same versions as the
CI to sync both environments.
This is related to #2620 and it fixes #2588
This commit is contained in:
michael-kerscher
2025-02-05 15:33:28 +01:00
committed by GitHub
parent c07ac40f90
commit 715a23e7a8
3 changed files with 14 additions and 32 deletions

View File

@@ -71,13 +71,7 @@ cd comprehensive-rust
Then install these tools with:
```shell
cargo install mdbook
cargo install --locked mdbook-svgbob
cargo install --locked mdbook-i18n-helpers
cargo install --locked i18n-report
cargo install --locked mdbook-linkcheck
cargo install --locked --path mdbook-exerciser
cargo install --locked --path mdbook-course
bash install-mdbook.sh
```
Run