Merge branch 'develop' into feature/schedulable-slides

This commit is contained in:
jrk 2024-05-02 19:24:50 +02:00
commit 9bbeb5f436

View File

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