add readme

This commit is contained in:
MuedeHydra 2025-10-02 16:33:01 +02:00
parent db216bfa48
commit a631e945a4

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# Photonics für Dummies
Eine kurze Zusammenfassung.
## Download
```sh
git clone https://gitea.fhgr.ch/zwickethomas/bergziege
```
## Typst
Installiere zuerst den [Typst-Compiler](https://github.com/typst/typst).
Arch
```sh
pacman -S typst
```
## Compile
Stelle sicher, dass du den gesamten Pfad angibst oder dich im gleichen Ordner befindest.
```sh
typst compile photonics.typ
```
Ich übernehme keine Haftung für etwaige Fehler in den Dokumenten.