docs(setup): update README voor Raspberry Pi installatie

De commit voegt nieuwe instructies toe voor het opzetten van de Adhaan applicatie als een kiosk op een Raspberry Pi. Inclusief stappen zoals Raspberry Pi OS installatie, project downloaden en het uitvoeren van een automatische setup via een script. Daarnaast is de repository-URL in het installatieproces bijgewerkt naar de correcte URL.
This commit is contained in:
filoor 2025-05-27 22:29:01 +02:00
parent 8584ffe555
commit 3da6f6e09c
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@ ssh pi@raspberrypi.local
### 3. Project downloaden
```bash
cd ~
git clone [jouw-repo-url] adhan
git clone https://git.tarikfaik.nl/Tarik/Adhaan adhan
cd adhan
```