Update README.md

This commit is contained in:
Neythen Treloar 2021-05-05 20:44:30 +01:00 committed by GitHub
parent 4cc6e07824
commit 954c8dc7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <path to server.py> &
## Change the hostname
To change the hostname (URL used to access the server) first open config