From 1f8e7c7c4d2b7337eb28816d92fa31ed26c6d656 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sun, 8 Dec 2019 08:04:54 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b0236..7f5fa1b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ altKYMSU is a fork from **KYMSU** (Keep Your macOs Stuff Updated) https://github.com/welcoMattic/kymsu +Each plugin notifie you about available update and upgrade apps and packages. + +homebrew and pecl plugins notifie you if apache/php configuration files have been modified. + ## Plug-ins: @@ -20,7 +24,12 @@ https://github.com/welcoMattic/kymsu ## Requirements - [Homebrew](https://brew.sh/) -- [pipdeptree](https://pypi.python.org/pypi/pipdeptree) for checking dependancies (pip plugin) + +Optionnal: + +- [pipdeptree](https://pypi.python.org/pypi/pipdeptree) *(pip install pipdeptree)* for checking dependancies (pip plugin) +- [jq](https://github.com/stedolan/jq) *(brew install jq)* for processing JSON data (homebrew plugin) +- [terminal-notifier](https://github.com/julienXX/terminal-notifier) *(brew install terminal-notifier)* for sending macOS notification (all plugins)