From 067259de15084ba5df6f1b5268f05f285e53dd22 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 20 Apr 2022 11:55:39 +1200 Subject: [PATCH] Added E2EE statement + shortened a line --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bf23b..fcec648 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ A script to send a message to a Matrix room. If you don't understand, `matrix-send` is an oversimplified Matrix client. -It is designed for automation, for example you could set a cron job for `matrix-send "$(curl ifconfig.co)" yourmatrixroom:matrix.org` and that would automatically send your device's public IP address to a Matrix room. It seems like doxxing yourself, but I use it for ssh'ing into my home server when I'm somewhere else. +It is mainly designed for automation. I use it on my Matrix room. + +`matrix-send` doesn't have support for end-to-end encryption, and never will. ## Get started