diff --git a/.DS_Store b/.DS_Store index 5008ddf..fb98dfe 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index ebce060..d76eca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ macupdater-log.txt -.DS_Store .gitignore diff --git a/readme.md b/readme.md index 6b4f6a2..77442e2 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,16 @@ Package managment on macOS is a challenge. This is my amateurish attempt to comb This app relies on [alerter](https://github.com/vjeantet/alerter) for its notifications, so install that before you get started. +## Packages supported + +- [Brew](https://brew.sh/) +- [Brew Casks](https://github.com/buo/homebrew-cask-upgrade) +- [npm](https://www.npmjs.com/) +- Ruby +- Python [(pip)](https://github.com/pypa/pip) +- [mas](https://github.com/mas-cli/mas) +- macOS software updates + ## Editing the script Editing the script requires some scripting know how, but it is documented. Here's a quick guide on how to customise it for your needs.