diff --git a/README.md b/README.md index 7c0765c..cc9af30 100644 --- a/README.md +++ b/README.md @@ -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