fix linebreakes
This commit is contained in:
parent
77c3da9e51
commit
6ceb400b48
|
@ -2,8 +2,14 @@
|
|||
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
## Run
|
||||
|
||||
python3 src/main.py MQTTBROKERADDRESS BASETOPIC
|
||||
|
||||
## Install Systemd Service
|
||||
|
||||
sudo cp systemd/mqtt-pi-led-display.service /etc/systemd/system/
|
||||
|
||||
sudo systemctl start mqtt-pi-led-display.service
|
||||
|
||||
sudo systemctl enable mqtt-pi-led-display.service
|
Loading…
Reference in New Issue