Update README with XDG_RUNTIME_DIR export instructions

Added instructions to set XDG_RUNTIME_DIR in ~/.bashrc
This commit is contained in:
Outis
2026-04-22 11:33:09 -04:00
committed by GitHub
parent 9126e62a92
commit 9b01e4323f
+1
View File
@@ -102,6 +102,7 @@ python3 sunrise.py
export XDG_RUNTIME_DIR=/run/user/$(id -u)
systemctl --user list-timers 'sky-cam-sunrise*'
# Add that export to your ~/.bashrc so it's always set in your shell:
echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc