Update README.md

master
Gunstick 2020-01-28 22:58:33 +01:00 committed by GitHub
parent e9fba1a0fc
commit 9bece3e51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -28,9 +28,8 @@ sudo python matrixtest.py
```
```
# the current convoluted way to start the script is:
# crontab starts ~/bin/tm.sh with a @reboot entry
# tm.sh starts tmux
# tmux starts ~/bin/lcd.sh as root
# the current way to start the script is:
# /etc/rc.local running directly lcd.sh as root
# lcd.sh starts the matrix display in an endless loop
# future: run lcd.sh earlier in boot process instead of at the end
```