From cf8ac17a19d8a83ac0354370906ad50d5c180fb2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 21 Nov 2019 22:20:21 -0500 Subject: [PATCH] Updated CLI_Usage (markdown) --- CLI_Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI_Usage.md b/CLI_Usage.md index 165ddab..6e359fb 100644 --- a/CLI_Usage.md +++ b/CLI_Usage.md @@ -2,7 +2,7 @@ This small tool wraps the apprise python library to allow individuals such as Developers, DevOps, and Administrators to send notifications from the command line. ### Getting Started -Apprise in it's most basic form requires that you provide it a message and an Apprise URL which contains enough information to send the notification with. +Apprise in it's most basic form requires that you provide it a message and an Apprise URL which contains enough information to send the notification with. A list of supported services and how to build your own URL can be found [here](https://github.com/caronc/apprise/wiki#notification-services). Here is a simple [email](https://github.com/caronc/apprise/wiki/Notify_email) example: ```bash # Set a notification to a hotmail (email) account: apprise --body="My Message" mailto://user:password@hotmail.com