From 5b1c38aecd2721704796dae48f26777f418fd7e6 Mon Sep 17 00:00:00 2001 From: apo5tol Date: Fri, 19 Feb 2021 22:36:31 +0300 Subject: [PATCH] feat(README): add run description --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e16227c..c75d883 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ - On the keyboard press `Fn` + `1`. - Make sure you are a sudo user. -- Run the script. +- Run the script: +```console +$ rgb-control -c ff0000 +``` ### Installing ```console @@ -14,7 +17,7 @@ $ python -m pip install rgb-control ``` ### Optional arguments: -``` bash +``` console -c - color in hex format. Example: 00ff00 #green -id_v - vendor id in hex format, default: 0x09DA -id_p - product id in hex format, default: 0xFA10