mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-15 23:26:48 +02:00
Add instructions to build translations (#669)
* Add instructions to build translations * Update README.md --------- Co-authored-by: Martin Geisler <mgeisler@google.com>
This commit is contained in:
parent
176d9361d6
commit
366e24360e
@ -60,8 +60,10 @@ $ mdbook serve
|
|||||||
to start a web server with the course. You'll find the content on
|
to start a web server with the course. You'll find the content on
|
||||||
<http://localhost:3000>. You can use `mdbook build` to create a static version
|
<http://localhost:3000>. You can use `mdbook build` to create a static version
|
||||||
of the course in the `book/` directory. Note that you have to separately build
|
of the course in the `book/` directory. Note that you have to separately build
|
||||||
and zip exercises and add them to `book/html`.
|
and zip exercises and add them to `book/html`. To build any of the translated
|
||||||
|
versions of the course, run `MDBOOK_BOOK__LANGUAGE=xx mdbook build -d book/xx`
|
||||||
|
where `xx` is the ISO 639 language code (e.g. `da` for the Danish translation).
|
||||||
|
[TRANSLATIONS.md](TRANSLATIONS.md) contains further instructions.
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
For questions or comments, please contact [Martin
|
For questions or comments, please contact [Martin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user