diff --git a/README.md b/README.md index 1995c50..9903f67 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - [Ubuntu](https://fonts.google.com/specimen/Ubuntu) ## Generieren der PDFs +### Linux ```bash # automatisches kompilieren bei Ă„nderungen @@ -18,3 +19,8 @@ typst watch *.typ # einmaliges kompilieren typst compile *.typ ``` + +### Windows +```ps1 +.\typst.exe compile .\spendenbescheinigung.typ +```