Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: hwipl <[email protected]>
  • Loading branch information
hwipl committed Jul 4, 2019
1 parent 844abac commit 4449624
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> <password>`.
* add Matrix accounts with: `account add matrix <account> <password>`.
* Note: the format of `<account>` is `<username>@<homeserver>`, e.g.,
`[email protected]`.
* retrieve the list of accounts and their numbers/IDs with `account list`.
* retrieve your buddy/room list with `account <id> buddies` or `account <id>
chat list`
Expand All @@ -26,5 +28,5 @@ In the telnet session you can:

## Changes

* devel:
* ...
* v0.1:
* First/initial release.

0 comments on commit 4449624

Please sign in to comment.