From 595bb807ce2cacc76ea91d403d3b981f9e2dba5b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 9 Mar 2021 23:45:48 +0000 Subject: [PATCH] Document desktop notifications --- README_commandline.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README_commandline.md b/README_commandline.md index a68e5d586..0d8981214 100644 --- a/README_commandline.md +++ b/README_commandline.md @@ -408,3 +408,11 @@ python3 epicyon.py --screenreader picospeaker --notify yournickname@yourdomain - ``` This will then stay running and incoming posts will be announced as they arrive. + +## Desktop notifications + +You can get desktop notifications either by running the screen reader as shown above, or if you only want notifications and not spoken messages then you can run the client as follows, without the *screenreader* option: + +``` bash +python3 epicyon.py --notify yournickname@yourdomain --password [yourpassword] +```