aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-03-17 10:59:49 +0000
committerAdam Spragg <adam@spra.gg>2022-03-17 10:59:49 +0000
commit8ae543fa8d3fdf08bcc61dcb27cafd987344ada2 (patch)
tree0eb649ae48c7d0df14132f0ca896aa3b9afb7555 /README.md
parenteaab1334258f9c3813fba68b806f0ef4d14e1bc7 (diff)
Notify logged-in users when updates are availble.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 626f28c..92a6e95 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,11 @@ updates for packages which have bugs (or remove already-downloaded updates).
So, look into a way of doing that.
+### Notifying users about updates
+
+Find a better way of getting a list of logged in users and their DBus session
+bus address than `find /run/user -type s -name bus`.
+
## License