Update README.md

This commit is contained in:
2025-07-24 20:20:38 +02:00
parent af79edffc1
commit 93dcdd2dd7

View File

@@ -1,9 +1,10 @@
```
cp -Rfv *.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable led_off.service
systemctl enable led_on.service
systemctl enable escucha.service
systemctl start led_off.service
systemctl start led_on.service
systemctl start escucha.service
```