Skip to content

Commit da1ac8d

Browse files
committed
Documentation: Add missing copy instruction
1 parent 23ec555 commit da1ac8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@ The documentation is written in Markdown and is build using *pandoc*.
1010
## Building the Documentation
1111

1212
Make sure you have `pandoc`, `xelatex`, and `make` installed on your system.
13+
14+
### Dependencies
15+
#### NixOS
1316
When running NixOS, open a ephemeral shell with `nix-shell -p texlive.combined.scheme-full pandoc gnumake`.
1417

18+
#### Debian
19+
```bash
20+
sudo apt install texlive-xetex pandoc make
21+
```
22+
23+
### Building
24+
1525
Move the OTF fonts from `fonts/` into your local font folder:
1626
```bash
1727
mkdir -p ~/.local/share/fonts
28+
cp fonts/* ~/.local/share/fonts
1829
fc-cache
1930

2031
# Verify that the font has been installed

0 commit comments

Comments
 (0)