about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index acd2f44..1420865 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,8 @@
 ## PDF:
 
 ```
-soelim suplement.tr | sed 's/ \([i|w|z]\) / \1\\~/g' | neatroff -Ffonts -mpost | neatpdf -pa4 > suplement.pdf
+TYPST_FONT_PATHS=fonts typst compile suplement.typ
+
+# or just
+./build.sh
 ```