about summary refs log tree commit diff
path: root/README.md
blob: 2b63f29a9815bb97efd46bd67f15dc67b3d5280b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Conlangs

<s>Repository for documenting my constructed languages.</s>
Repository for documenting Hàäsdáïga

<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/

## 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.