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