Merge pull request #10 from jr-k/develop

Update README.md
This commit is contained in:
JRK 2024-05-02 19:11:54 +02:00 committed by GitHub
commit 79a086abdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ Use a RaspberryPi to show a full-screen slideshow (Kiosk-mode)
```bash ```bash
git clone https://github.com/jr-k/obscreen.git git clone https://github.com/jr-k/obscreen.git
cd obscreen cd obscreen
cp .env.dist .env
docker compose up docker compose up
``` ```