We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ec555 commit da1ac8dCopy full SHA for da1ac8d
Documentation/README.md
@@ -10,11 +10,22 @@ The documentation is written in Markdown and is build using *pandoc*.
10
## Building the Documentation
11
12
Make sure you have `pandoc`, `xelatex`, and `make` installed on your system.
13
+
14
+### Dependencies
15
+#### NixOS
16
When running NixOS, open a ephemeral shell with `nix-shell -p texlive.combined.scheme-full pandoc gnumake`.
17
18
+#### Debian
19
+```bash
20
+sudo apt install texlive-xetex pandoc make
21
+```
22
23
+### Building
24
25
Move the OTF fonts from `fonts/` into your local font folder:
26
```bash
27
mkdir -p ~/.local/share/fonts
28
+cp fonts/* ~/.local/share/fonts
29
fc-cache
30
31
# Verify that the font has been installed
0 commit comments