Updated Notify_flock (markdown)

master
Chris Caron 2020-08-03 10:11:36 -04:00
parent 591de408b3
commit 2f7098b9f1
1 changed files with 2 additions and 1 deletions

@ -53,5 +53,6 @@ Send a flock notification to our channel #nuxref (which is identified as `g:abcd
```bash ```bash
# Assuming our {token} is 134b8gh0-eba0-4fa9-ab9c-257ced0e8221 # Assuming our {token} is 134b8gh0-eba0-4fa9-ab9c-257ced0e8221
# our channel nuxref is represented as g:abcd1234efgh # our channel nuxref is represented as g:abcd1234efgh
apprise flock:///134b8gh0-eba0-4fa9-ab9c-257ced0e8221/g:abcd1234efgh apprise -vv -t "Test Message Title" -b "Test Message Body" \
flock:///134b8gh0-eba0-4fa9-ab9c-257ced0e8221/g:abcd1234efgh
``` ```