From 0cef72041ce2fc75de82ac800f283b0767b940da Mon Sep 17 00:00:00 2001 From: airclay Date: Sun, 5 Sep 2021 07:14:41 -0500 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b14fa3a..137adaf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # systrayUpdater -Simple Qt based system tray icon to notify of available updates and then update +Simple Qt based system tray icon to notify of available updates and then update on click + +Uses config file for options. +- Terminal command and option (usually `-e`) +- Timer duration for `checkupdates` to run in backgound +- Option to use `checkupdates -d` to preload new pkgs to cache + (must complete update before installing new pkgs or suffer partial upgrades!!) +- Custom system tray icon + +TODO +- look into adding option to view news