diff --git a/README.md b/README.md index 798f6ba..d5cbda7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Ein hilfreiches Tool für Photoniker ```sh git clone https://gitea.fhgr.ch/zwickethomas/Photonics-Helfer cd Photonics-Helfer -make +make sort && make ./Photonics-Helfer ``` @@ -19,6 +19,7 @@ make 1) Lade das Repository als zip-Datei herunter. 2) Entpacke die Datei. 3) Öffne das cmd und gehe in den Ordner `Photonics-Helper`. -4) Kompiliere das Programm mit `mingw32-make`. -5) Starte die Datei `Photonics-Helper.exe`. +4) `obj` Ordner erstellen. +5) Kompiliere das Programm mit `mingw32-make`. +6) Starte die Datei `Photonics-Helper.exe`. ---