gomuks/README.md

16 lines
615 B
Markdown
Raw Normal View History

2018-02-24 17:15:45 +01:00
# gomuks
2018-03-15 20:53:50 +01:00
A terminal Matrix client written in Go using [gomatrix](https://github.com/matrix-org/gomatrix) and [tview](https://github.com/rivo/tview).
2018-03-13 22:02:19 +01:00
2018-03-15 20:53:50 +01:00
Very basic usage is possible, but many of the features you'd expect from a
Matrix client (like chat history) haven't been implemented.
## Installation
Once the client becomes actually usable, I'll start making GitHub releases with
precompiled executables and maybe even some Linux packages.
For now, you'll have to compile from source:
0. Install [Go](https://golang.org/)
1. Run `go get -u maunium.net/go/gomuks`
2. gomuks should now be in `$GOPATH/bin/gomuks`