From e9fba1a0fc19ce63c458829e1d94146ae18fb0e3 Mon Sep 17 00:00:00 2001 From: Gunstick Date: Tue, 28 Jan 2020 22:47:59 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index efa95df..dac2785 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,10 @@ sudo ./led-matrix -D 0 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 +# lcd.sh starts the matrix display in an endless loop +```