Updated Notify_macosx (markdown)

master
Chris Caron 2020-08-03 09:45:31 -04:00
parent d01bbe48b7
commit 91b7938ab7
1 changed files with 2 additions and 1 deletions

@ -31,5 +31,6 @@ The `sound` can be set any of the sound names listed in _Sound Preferences_ of y
We can send a notification to ourselves like so:
```bash
# Send ourselves a MacOS desktop notification
apprise macosx://
apprise -vv -t "Test Message Title" -b "Test Message Body" \
macosx://
```