Update readme with build + fonts dir instructions
parent
2210de3398
commit
3a46977e2f
@ -1,3 +1,13 @@
|
|||||||
# kids-stuff
|
# kids-stuff
|
||||||
|
|
||||||
custom made resources, worksheets, etc for kids!
|
custom made resources, worksheets, etc for kids!
|
||||||
|
|
||||||
|
## building
|
||||||
|
|
||||||
|
You'll need to install `typst`, then build any file like so:
|
||||||
|
|
||||||
|
```
|
||||||
|
typst compile --font-path ./fonts path/to/thing.typ path/to/thing.pdf
|
||||||
|
# e.g.,
|
||||||
|
typst compile --font-path ./fonts morning-checklist/morning-checklist.typ morning-checklist/morning-checklist.pdf
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue