From 0fc72d77aa9bd7191b0a75e787728d7051aee41c Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Mon, 9 Mar 2026 23:19:15 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 140badc..2c05532 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Setup: ``` -curl -sSL https://git.pi-farm.de/pi-farm/PiDoBot/raw/branch/dev/setup.sh -o setup.sh \ -chmod +x setup.sh \ +curl -sSL https://git.pi-farm.de/pi-farm/PiDoBot/raw/branch/dev/setup.sh -o setup.sh && \ +chmod +x setup.sh && \ ./setup.sh ```