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