diff --git a/README.md b/README.md index ef49a57..5d1cf27 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ sudo apt-get install git git clone https://github.com/zcqsntr/fintic --recursive cd fintic -./setup.sh +./setup.shsudo raspi-config ``` Now to turn off the audio circuit open the config file with @@ -25,6 +25,17 @@ then reboot the pi with sudo reboot now ``` +## Change the hostname + +To change the hostname (URL used to access the server) first open config +```console +sudo raspi-config +``` +Then go to system options -> hostname and change it to e.g. fintic + +You then connect to the server using the url fintic.local + + ## Run instructions ```console