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 +```