From c108b7b05a4aaca6a1f1f136e932243efea3ca81 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Wed, 5 May 2021 20:24:41 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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