We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6596d commit eceedfbCopy full SHA for eceedfb
1 file changed
README.md
@@ -106,7 +106,8 @@ docker run --rm -it \
106
-e SDL_AUDIODRIVER=pulseaudio \
107
-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \
108
-v ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native \
109
- ghcr.io/kernelkit/demo:latest -w 1920x1080
+ ghcr.io/kernelkit/demo:latest \
110
+ ./demo -w 1920x1080
111
```
112
113
**Or use docker-compose:**
0 commit comments