aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3329a51..f6de249 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
# sct - set color temperature daemon
Based on [sct](https://flak.tedunangst.com/post/sct-set-color-temperature) by Ted Unangst. Can be run as a daemon and calculates sunrise and sunset based on geo-pos lat/lon and sets the temperature accordingly.
+
+## Usage
+
+### Set latitude and longitude
+```bash
+$ cargo run -- --latitude 53.3498 --longitude 6.2603
+```
+
+### Reset
+```bash
+$ cargo run -- --reset
+```