From 525504428074f8b36af0f4dbc0f5590dd5a98ccb Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Wed, 15 Nov 2023 13:04:55 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 12626bc..c6ca559 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,20 @@ This project was born out of wanting to learn more. There's probably parts of th ## Getting Pearcleaner +- Releases + Pre-compiled, always up-to-date versions are available from my releases page. You might need to open this with right click-open since I don't have a paid developer account. +- Homebrew + +Since I don't have a paid developer account, I can't submit to the main Homebrew cask repo. +You can still add the app via Homebrew by tapping my repo: +``` +brew tap alienator88/homebrew-cask +brew install --cask pearcleaner +``` + ## Thanks Much appreciation to [Freemacsoft's AppCleaner](https://freemacsoft.net/appcleaner/) and [Sun Knudsen's app-cleaner script](https://sunknudsen.com/privacy-guides/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative)