diff --git a/README.md b/README.md index 14ff743..a57583e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ # Weirdcore Dating Simulator -## Installieren +## Anwendung ausführen -1. Repository Klonen -`git clone https://git.bnd.wtf/irrlicht/wds.git` - -2. Cargo installieren (Falls noch nicht vorhanden) -`sudo apt install cargo` - -3. App bauen und ausführen -`cd wds` -`cargo run` \ No newline at end of file +- Cargo installieren (Falls noch nicht vorhanden): `sudo apt install cargo` +- Repository Klonen: `git clone https://git.bnd.wtf/irrlicht/wds.git` +- In den Ordner wechseln: `cd wds` +- Anwendung bauen und ausführen: `cargo run` \ No newline at end of file