Repository for my constructed languages.
Go to file
Ngô Ngọc Đức Huy 7a2762169c
Ignore generated dict files
2021-04-28 23:26:01 +07:00
src Ignore generated dict files 2021-04-28 23:26:01 +07:00
utils Output to stdout isntead of file 2021-04-25 19:51:15 +07:00
.gitignore Ignore generated dict files 2021-04-28 23:26:01 +07:00
LICENSE Initial commit 2021-04-20 09:27:24 +00:00
README.md Add build instruction 2021-04-20 21:46:58 +07:00
book.toml Move morphology to subsections 2021-04-24 16:51:02 +07:00

README.md

Conlangs

Repository for documenting my constructed languages.

Creative Commons License

These documentations are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

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
  1. Build it
mdbook build
  1. Find the book in book/

Alternatively, you can use mdbook-latex for generating LaTeX/PDF, but for now it has a broken dependency.