Repository for my constructed languages.
Go to file
Ngô Ngọc Đức Huy d94e088d65
Remove symlink because it breaks import
2021-05-26 15:56:28 +07:00
src Remove symlink because it breaks import 2021-05-26 15:56:28 +07:00
utils Remove symlink because it breaks import 2021-05-26 15:56:28 +07:00
.gitignore
LICENSE
README.md
book.toml

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.