mirror of
https://github.com/caronc/apprise.git
synced 2025-03-03 17:41:35 +01:00
Updated Notify_macosx (markdown)
parent
7c73b47e11
commit
8507f3452b
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
Display notifications right on your Mac OS X desktop provided you're running version 10.8 or higher and have installed [terminal-notifier](https://github.com/julienXX/terminal-notifier). This only works if you're sending the notification to the same system you're currently accessing. Hence this notification can not be sent from one PC to another.
|
Display notifications right on your Mac OS X desktop provided you're running version 10.8 or higher and have installed [terminal-notifier](https://github.com/julienXX/terminal-notifier). This only works if you're sending the notification to the same system you're currently accessing. Hence this notification can not be sent from one PC to another.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Make sure terminal-notifier is installed into your system
|
||||||
|
brew install terminal-notifier
|
||||||
|
```
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
There are currently no options you can specify for this kind of notification, so it's really easy to reference:
|
There are currently no options you can specify for this kind of notification, so it's really easy to reference:
|
||||||
* `macosx://`
|
* `macosx://`
|
||||||
|
Loading…
Reference in New Issue
Block a user