Skip to content

Commit eceedfb

Browse files
committed
Minor doc update, must include './demo' in custom command
[skip ci] Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 2a6596d commit eceedfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ docker run --rm -it \
106106
-e SDL_AUDIODRIVER=pulseaudio \
107107
-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \
108108
-v ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native \
109-
ghcr.io/kernelkit/demo:latest -w 1920x1080
109+
ghcr.io/kernelkit/demo:latest \
110+
./demo -w 1920x1080
110111
```
111112

112113
**Or use docker-compose:**

0 commit comments

Comments
 (0)