diff --git a/README.md b/README.md index d5cbda7..798f6ba 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 sort && make +make ./Photonics-Helfer ``` @@ -19,7 +19,6 @@ make sort && 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) `obj` Ordner erstellen. -5) Kompiliere das Programm mit `mingw32-make`. -6) Starte die Datei `Photonics-Helper.exe`. +4) Kompiliere das Programm mit `mingw32-make`. +5) Starte die Datei `Photonics-Helper.exe`. ---