update readme

This commit is contained in:
Patrick762
2024-12-21 21:30:45 +01:00
parent 2a38a2d9a0
commit 15468818ef

View File

@@ -10,7 +10,7 @@ The docker image allows you to use the streamdeckapi server inside a docker cont
### Usage ### Usage
```shell ```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/). **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/).