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

Run exerciser as mdbook renderer.

This commit is contained in:
Andrew Walbran
2023-04-03 16:18:32 +01:00
parent e204b5060f
commit b6f5ba1af0
4 changed files with 13 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ The course is built using a few tools:
- [mdbook](https://github.com/rust-lang/mdBook)
- [mdbook-svgbob](https://github.com/boozook/mdbook-svgbob)
- [mdbook-i18n-helpers](TRANSLATIONS.md#i18n-helpers)
- [exerciser](exerciser/)
Install these tools with:
@@ -37,6 +38,7 @@ Install these tools with:
$ cargo install mdbook
$ cargo install mdbook-svgbob
$ cargo install mdbook-i18n-helpers
$ cargo install --path mdbook-exerciser
```
Then run