Update README with environment variable setup

This commit is contained in:
Outis
2026-04-22 11:30:37 -04:00
committed by GitHub
parent 4e50bfd3b3
commit 1f9f001755
+4
View File
@@ -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
```
---