From 060bfcf5245fef086678cf38378434d0fa5bda15 Mon Sep 17 00:00:00 2001 From: mahuntington Date: Sun, 23 Nov 2025 23:22:00 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 54f67ba..5583b78 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ make sure `~/elgato_env` has been activated and you are in repo dir pyinstaller -F elgato.py ``` -### Execution +move `dist/elgato` to /usr/local/bin -substitute correct repo location and IP addresses of lights (get from Elgato Control Center app): +### Execution ``` -~/Documents/git/elgato/dist/elgato day -~/Documents/git/elgato/dist/elgato night +elgato day +elgato night ``` ## Darkmode script @@ -36,17 +36,16 @@ substitute correct repo location and IP addresses of lights (get from Elgato Con install the following: ``` -brew install brightness +git clone https://github.com/nriley/brightness.git +cd brightness +make +sudo cp brightness /usr/local/bin/brightness ``` Download https://github.com/jenghis/nshift and move into `/usr/local/bin/` ### Setup -edit `darkmode` for: - -- local repo location (include `dist/elgato` in path) - move `darkmode` into `/usr/local/bin/` ### Execution