From 2f7f119a53524fb24e1e7c8bf17abb7c6338e4e1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 7 Sep 2017 15:03:46 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a72da8..f84b71d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -patrix is a simple command line client for Matrix written in perl. It can send text messages to rooms. I use it to send Zabbix alerts to a Matrix room, a bit like sendxmpp can do with XMPP. +patrix is a simple command line client for [Matrix](https://matrix.org) written in perl. It can send text messages or files to rooms. I use it to send [Zabbix](https://www.zabbix.com) alerts to a Matrix room, a bit like [sendxmpp](https://github.com/lhost/sendxmpp) can do with XMPP. It requires the following perl modules * LWP::UserAgent @@ -9,6 +9,7 @@ It requires the following perl modules * File::MimeInfo * Path::Tiny * Getopt::Long + * URI::Escape * JSON For now it's very limited, and can only send text messages and files to a room. Here're the vailable options: