adds Windows command

This commit is contained in:
cybrwshl 2024-04-09 08:09:25 +02:00 committed by GitHub
parent a86502057c
commit 5e3c0d3dd8

View file

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