From 1f9f001755d964b93a365b7200da57174cce3003 Mon Sep 17 00:00:00 2001 From: Outis Date: Wed, 22 Apr 2026 11:30:37 -0400 Subject: [PATCH] Update README with environment variable setup --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7bce176..b58c7c8 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ systemctl --user list-timers 'sky-cam-*' # Test sunrise calculation python3 sunrise.py + +# echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc +source ~/.bashrc + ``` ---