aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaron Swab <jrswab@gmail.com>2019-06-14 18:05:21 -0400
committerTulir Asokan <tulir@maunium.net>2019-06-15 01:05:21 +0300
commitd3c18788dda5c2205a858c99afc75acc46c7ed33 (patch)
tree433d29756fcce9d85838fea7499e2445170e5219 /README.md
parentae3bb9c7a39202ba462b3b8a0a564804a5517cf4 (diff)
Update README.md (#98)
Switch out some links and added the `/create` command to the list of commands at the bottom.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7688fbb..41aa526 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
![Chat Preview](chat-preview.png)
-A terminal Matrix client written in Go using [mautrix](https://github.com/matrix-org/mautrix) and [tview](https://github.com/rivo/tview).
+A terminal Matrix client written in Go using [mautrix](https://github.com/tulir/mautrix-go) and [mauview](https://github.com/tulir/mauview).
Basic usage is possible, but expect bugs and missing features.
@@ -62,6 +62,7 @@ func Foo() {
* `/quit` - Close gomuks
* `/clearcache` - Clear room state and close gomuks
* `/leave` - Leave the current room
+* `/create <room name>` - Create a new Matrix room.
* `/join <room>` - Join the room with the given room ID or alias
* `/toggle <rooms/users/baremessages/images/typingnotif>` - Change user preferences
* `/logout` - Log out, clear caches and go back to the login view