Update README.md
This commit is contained in:
parent
4cc6e07824
commit
954c8dc7db
12
README.md
12
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 <path to server.py> &
|
||||
|
||||
|
||||
## Change the hostname
|
||||
|
||||
To change the hostname (URL used to access the server) first open config
|
||||
|
Loading…
Reference in New Issue
Block a user