From 2616fde55bbc5ba58c551683dac22565d160a9a2 Mon Sep 17 00:00:00 2001 From: leduc Date: Mon, 26 Apr 2021 03:32:28 +0200 Subject: [PATCH] Better doc --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc16a7..512c6b8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Physical buttons : # Control -2 physical buttons and Webpage (browse to pi address) +2 physical buttons and Webpage. Choose your webserver, edit config.js (to your pi webadress) and copy www directory. Browse to pi address. # Install @@ -46,12 +46,15 @@ pi raspberrypi =NOPASSWD: /usr/bin/systemctl poweroff To autorun nerves at boot time : +A supervisor conf is given. + cd nerves sudo cp /home/pi/nerves/autorun.conf /etc/supervisor/conf.d/ sudo supervisorctl reload -# Based on previous work : +# Based on : +* https://www.instructables.com/Fiber-Optic-LED-Lamp/ * https://github.com/loloster/termeal * https://github.com/s0r00t/sniffeal \ No newline at end of file