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 ```