Update README.md

This commit is contained in:
JRK 2024-05-02 19:20:02 +02:00 committed by GitHub
parent 79a086abdc
commit 4335953ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,12 @@ Use a RaspberryPi to show a full-screen slideshow (Kiosk-mode)
![Obscreen Screenshot](https://github.com/jr-k/obscreen/blob/master/docs/screenshot.png "Obscreen Screenshot")
## Installation (docker)
## Installation and configure (docker)
```bash
git clone https://github.com/jr-k/obscreen.git
cd obscreen
cp .env.dist .env
nano .env # be sure to have a valid file path for AUTOCONFIGURE_LX_FILE variable, you should use ./var/run/dummy if you don't care about monitor and just want to test
docker compose up
```