From 46494c29d936553534260645499aad912bdb215b Mon Sep 17 00:00:00 2001 From: irrlicht Date: Fri, 12 Jun 2026 19:37:09 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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