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)
|
- [Ubuntu](https://fonts.google.com/specimen/Ubuntu)
|
||||||
|
|
||||||
## Generieren der PDFs
|
## Generieren der PDFs
|
||||||
|
### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# automatisches kompilieren bei Änderungen
|
# automatisches kompilieren bei Änderungen
|
||||||
|
@ -18,3 +19,8 @@ typst watch *.typ
|
||||||
# einmaliges kompilieren
|
# einmaliges kompilieren
|
||||||
typst compile *.typ
|
typst compile *.typ
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
```ps1
|
||||||
|
.\typst.exe compile .\spendenbescheinigung.typ
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue