From 3a46977e2ff5b0cdd85afb6d4600ab0766e8a618 Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Thu, 24 Jul 2025 22:40:36 -0700 Subject: [PATCH] Update readme with build + fonts dir instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff3a61..84302c4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # kids-stuff -custom made resources, worksheets, etc for kids! \ No newline at end of file +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 +```