You've already forked comprehensive-rust
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user