docs: README auf neues Repo und Installer aktualisieren

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Mueller 2026-05-03 11:48:02 +02:00
parent 1786cf730c
commit 6b316fc9da

View File

@ -36,9 +36,17 @@ Jedes WLED-Geraet verfuegt ueber zwei Segmente (oben/unten), die jeweils einem B
## Installation ## Installation
### Schnellinstallation (Debian 13)
```bash
curl -s https://git.cynfo.net/christian/busylight_modular/raw/branch/master/install.sh | bash
```
### Manuelle Installation
```bash ```bash
# Repository klonen # 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 cd /opt/busylight
# Python Virtual Environment erstellen # Python Virtual Environment erstellen