From 6b316fc9da186e6871cd66f3cda319e1ae23c7b7 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Sun, 3 May 2026 11:48:02 +0200 Subject: [PATCH] docs: README auf neues Repo und Installer aktualisieren Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d4ca27..0421c2b 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,17 @@ Jedes WLED-Geraet verfuegt ueber zwei Segmente (oben/unten), die jeweils einem B ## Installation +### Schnellinstallation (Debian 13) + +```bash +curl -s https://git.cynfo.net/christian/busylight_modular/raw/branch/master/install.sh | bash +``` + +### Manuelle Installation + ```bash # Repository klonen -git clone https://git.cynfo.net/christian/busylight.git /opt/busylight +git clone https://git.cynfo.net/christian/busylight_modular.git /opt/busylight cd /opt/busylight # Python Virtual Environment erstellen