From 5e3c0d3dd89be0b1c48078b2548314ca7267cec7 Mon Sep 17 00:00:00 2001 From: cybrwshl <5388891+cybrwshl@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:09:25 +0200 Subject: [PATCH] adds Windows command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```