We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8379e9b commit 57db341Copy full SHA for 57db341
1 file changed
README.md
@@ -22,3 +22,9 @@ Use this step to check, whether the machine's rgb this container runs on can be
22
```shell
23
docker exec -it doganm95-openrgb-server /sh
24
```
25
+
26
+Then try changing the color of the device that is listed first, using this in the docker shell
27
28
+```shell
29
+/usr/local/bin/OpenRGB.AppImage --cli -d 0 --mode static --color 00FF00 -v
30
+```
0 commit comments