Update README.md

This commit is contained in:
Neythen Treloar 2021-05-05 20:24:41 +01:00 committed by GitHub
parent fa91bc4a9b
commit c108b7b05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ sudo apt-get install git
git clone https://github.com/zcqsntr/fintic --recursive git clone https://github.com/zcqsntr/fintic --recursive
cd fintic cd fintic
./setup.sh ./setup.shsudo raspi-config
``` ```
Now to turn off the audio circuit open the config file with Now to turn off the audio circuit open the config file with
@ -25,6 +25,17 @@ then reboot the pi with
sudo reboot now 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 ## Run instructions
```console ```console