Updated Home (markdown)

master
Chris Caron 2019-10-08 21:26:55 -04:00
parent d8fcc0e98e
commit 51aa6a27ed
1 changed files with 6 additions and 0 deletions

@ -64,6 +64,12 @@ The following configuration formats are supported:
* [[TEXT|config_text]]
* [[YAML|config_yaml]]
## Installation
Apprise can be installed as easy as:
```bash
pip install apprise
```
## Other
* [[Using the Command Line|CLI_Usage]]
* [[Development API|Development_API]]