From 7b8f5b9b633f20b65bd57b214dcc436026fa6591 Mon Sep 17 00:00:00 2001 From: swissbuechi Date: Sun, 19 Jan 2025 19:01:43 +0100 Subject: [PATCH] Added information about location of logs and launch agent files --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b87f0a6..853052e 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,18 @@ export HOMEBREW_NO_AUTO_UPDATE="1" Please note that Homebrew slightly frowns upon people disabling the built-in autoupdate mechanism. +## Development + +### Logs + +location: `~/Library/Logs/com.github.domt4.homebrew-autoupdate/com.github.domt4.homebrew-autoupdate.out` + +### Launch Agent + +Location: `~/Library/LaunchAgents/com.github.domt4.homebrew-autoupdate.plist` + +Manually invoke autoupdate: `launchctl start com.github.domt4.homebrew-autoupdate` + ## TO-DO (PRs Welcome) ## History