mirror of https://github.com/caronc/apprise
Updated Notify_gitter (markdown)
parent
7c7a141f2d
commit
591de408b3
|
@ -33,5 +33,6 @@ Send a gitter notification to our channel _apprise/community_:
|
||||||
```bash
|
```bash
|
||||||
# Assuming our {token} is abcdefghij1234567890
|
# Assuming our {token} is abcdefghij1234567890
|
||||||
# Assuming our {room} is apprise/community
|
# Assuming our {room} is apprise/community
|
||||||
apprise gitter:///abcdefghij1234567890/apprise
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
gitter:///abcdefghij1234567890/apprise
|
||||||
```
|
```
|
Loading…
Reference in New Issue