From 4e818d8af7756230b3caad63948e0ffaf0fea997 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 18 Jul 2024 09:52:02 +0200 Subject: [PATCH] docs: figure out the build system --- .gitignore | 2 +- README.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 687c266..d52b6c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -src/main.pdf +build/main.pdf diff --git a/README.md b/README.md index e69de29..07a96b3 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# Typst Basics + +This repo contains a very basic typst project, with which I learned the absolut +basics. + +## Building + +```bash +$ typst watch src/main.typ build/main.pdf +```