add chrome kiosk command to readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-19 18:07:15 +02:00
parent c7c1c6dc41
commit 01cd8d4b78

View File

@@ -24,4 +24,9 @@ pnpm build
``` ```
docker build . docker build .
docker-compose up docker-compose up
```
## Kiosk Google Chrome
```
chrome https://run.lauf-fuer-kaya.de/kiosk/ -kiosk
``` ```