conlang/README.md

36 lines
760 B
Markdown
Raw Permalink Normal View History

2021-04-20 12:32:11 +02:00
# Conlangs
2021-04-20 11:27:24 +02:00
2021-04-20 12:32:11 +02:00
Repository for documenting my constructed languages.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img
alt="Creative Commons License"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
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/
2021-04-20 16:46:58 +02:00
## 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.