From 15468818ef5671add9554fb87077b47123d471ac Mon Sep 17 00:00:00 2001 From: Patrick762 Date: Sat, 21 Dec 2024 21:30:45 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e42bc02..4f18af8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The docker image allows you to use the streamdeckapi server inside a docker cont ### Usage ```shell -docker run -v /dev/hidraw7:/dev/hidraw7 -p 6153:6153 --privileged ghcr.io/patrick762/streamdeckapi +docker run -v /dev/hidraw7:/dev/hidraw7 -p 6153:6153 --privileged ghcr.io/patrick762/streamdeckapi:main ``` **Note:** You have to change `hidraw7` to the path of your Stream Deck. You can find this path by using `lshid` (https://pypi.org/project/lshid/).