Add build instruction

This commit is contained in:
Ngô Ngọc Đức Huy 2021-04-20 21:46:58 +07:00
parent 2dcad731a6
commit 9fb2e17b21
Signed by: huyngo
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 21 additions and 0 deletions

View File

@ -12,3 +12,24 @@ These documentations are licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][CC-BY-SA].
[CC-BY-SA]: https://creativecommons.org/licenses/by-sa/2.0/
## Builds
To build the book, you would need to install Rust and all the things coming with it.
1. Install `mdBook` crate
```
cargo install mdbook
```
2. Build it
```
mdbook build
```
3. Find the book in `book/`
Alternatively, you can use `mdbook-latex` for generating LaTeX/PDF, but for now
it has a broken dependency.