Updated Notify_gnome (markdown)

Chris Caron 2020-08-03 09:47:20 -04:00
parent f8f56e33ef
commit 01b447eed6

@ -18,5 +18,6 @@ There are no parameters at this time.
Assuming we're on an OS that allows us to host the Gnome Desktop, we can send a notification to ourselves like so:
```bash
# Send ourselves a Gnome desktop notification
apprise gnome://
apprise -vv -t "Test Message Title" -b "Test Message Body" \
gnome://
```