We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57db341 commit 64f6b7cCopy full SHA for 64f6b7c
1 file changed
README.md
@@ -24,7 +24,8 @@ 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
+The 6 digit hex after --color defines the color in Red, Green & Blue.
28
29
```shell
-/usr/local/bin/OpenRGB.AppImage --cli -d 0 --mode static --color 00FF00 -v
30
+/usr/local/bin/OpenRGB.AppImage -d 0 --mode static --color 00FF00 -v
31
0 commit comments