Updated Notify_macosx (markdown)

master
Chris Caron 2023-09-17 15:59:10 -04:00
parent be232b6b23
commit b894abf693
1 changed files with 6 additions and 1 deletions

@ -32,5 +32,10 @@ We can send a notification to ourselves like so:
```bash
# Send ourselves a MacOS desktop notification
apprise -vv -t "Test Message Title" -b "Test Message Body" \
macosx://
"macosx://"
# Send ourselves a MacOS desktop notification with the default sound
apprise -vv -t "Test Message Title" -b "Test Message Body" \
"macosx://_/?sound=default"
```