You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-06 09:29:26 +02:00
Use mdbook-i18n-helpers crate (#552)
The i18n-helpers are now available as a stand-alone crate: https://crates.io/crates/mdbook-i18n-helpers. Because we cache the Rust binaries in our GitHub workflows, I bumped the cache prefix to ensure we use a clean cache. Otherwise, Cargo won’t install the new binaries in mdbook-i18n-helpers because it sees the old ones from this repository.
This commit is contained in:
10
README.md
10
README.md
@@ -27,16 +27,16 @@ trigger when going through the code samples. We hope to improve on this via
|
||||
## Building
|
||||
|
||||
The course is built using a few tools:
|
||||
- [mdBook](https://github.com/rust-lang/mdBook)
|
||||
- [Svgbob plugin](https://github.com/boozook/mdbook-svgbob)
|
||||
- [i18n-helpers](TRANSLATIONS.md#i18n-helpers)
|
||||
- [mdbook](https://github.com/rust-lang/mdBook)
|
||||
- [mdbook-svgbob](https://github.com/boozook/mdbook-svgbob)
|
||||
- [mdbook-i18n-helpers](TRANSLATIONS.md#i18n-helpers)
|
||||
|
||||
Install these tools with
|
||||
Install these tools with:
|
||||
|
||||
```shell
|
||||
$ cargo install mdbook
|
||||
$ cargo install mdbook-svgbob
|
||||
$ cargo install --path i18n-helpers
|
||||
$ cargo install mdbook-i18n-helpers
|
||||
```
|
||||
|
||||
Then run
|
||||
|
||||
Reference in New Issue
Block a user