From 954c8dc7db3c33b6fd6cc0b97235222adeed0199 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Wed, 5 May 2021 20:44:30 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5d1cf27..29cee55 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ then reboot the pi with sudo reboot now ``` +## Set to run at startup + +Open rc.local +```console +sudo nano /etc/rc.local +``` + +add this just before the exit line, don't forget the ampersand at the end! + +python3 & + + ## Change the hostname To change the hostname (URL used to access the server) first open config