From 444962400a84372005652b2157c47f3e51f4c8e9 Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Thu, 4 Jul 2019 16:52:23 +0200 Subject: [PATCH] update README.md Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4190ae3..1a74290 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ By default, it listens on TCP port 32000 on your local host. So, you can connect with telnet to it, e.g., with `telnet localhost 32000`. In the telnet session you can: -* add Matrix accounts with: `account add matrix `. +* add Matrix accounts with: `account add matrix `. + * Note: the format of `` is `@`, e.g., + `dummy_user@matrix.org`. * retrieve the list of accounts and their numbers/IDs with `account list`. * retrieve your buddy/room list with `account buddies` or `account chat list` @@ -26,5 +28,5 @@ In the telnet session you can: ## Changes -* devel: - * ... +* v0.1: + * First/initial release.