adds Windows command
This commit is contained in:
parent
a86502057c
commit
5e3c0d3dd8
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue