summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ledctl/README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/ledctl/README.md b/ledctl/README.md
index 30c8b8a..81eaf08 100644
--- a/ledctl/README.md
+++ b/ledctl/README.md
@@ -15,7 +15,24 @@ Edit /boot/config.txt and comment out dtparam=audio=on
## Installation
+Execute the following commands as root:
+
```
-sudo make install
+make install
+systemctl daemon-reload
+systemctl enable led-boot led-ready
```
+## Usage
+
+Use the ```ledctl``` script to set the LED color.
+
+```
+ledctl <color>
+```
+
+Valid colors are
+ on, off
+ red, green, blue, yellow, pink, cyan
+ #rrggbb
+