From a6abe3e631758bd32e61dac63dad639ba8cef6ce Mon Sep 17 00:00:00 2001 From: Robinson Bomze Date: Sun, 15 Sep 2024 20:22:44 +0200 Subject: [PATCH] adjusted readme.md --- Readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index ba12293..edf3bf8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,10 @@ ## setup ntfy +ntfy is on [apple store](https://apps.apple.com/us/app/ntfy/id1625396347) and [play store](https://play.google.com/store/apps/details?id=io.heckel.ntfy) + ### mdadm -- add line with 'PROGRAM' to your existing mdadm config, usually in /etc/mdadm/mdadm.cfg -- place '''mdadm-notify.sh''' in a folder specified in the config, eg. /usr/local/bin -- make the script executable, with eg. '''chmod +x /usr/local/bin/mdadm-notiy.sh''' +- add line with `PROGRAM` to your existing mdadm config, usually in `/etc/mdadm/mdadm.cfg` +- place `mdadm-notify.sh` in a folder specified in the config, eg. /usr/local/bin +- make the script executable, with eg. `chmod +x /usr/local/bin/mdadm-notiy.sh`