~f4814n/frost

e08ed4ce4543d93070e70e2a427e46b9e5c0be81 — Fabian Geiselhart 3 years ago 89c5bb7
Update README
1 files changed, 8 insertions(+), 6 deletions(-)

M README.md
M README.md => README.md +8 -6
@@ 1,11 1,13 @@
# frost
# Frost matrix client

[![builds.sr.ht status](https://builds.sr.ht/~f4814n/frost.svg)](https://builds.sr.ht/~f4814n/frost?)

Frost is a (pre-alpha) matrix client written in Golang using the [gio](https://gioui.org)
library and my [matrix library](https://git.sr.ht/~f4814n/matrix).
Frost is a experimental matrix client written in Golang using the [gio](https://gioui.org)
library and my [matrix library](https://git.sr.ht/~f4814n/matrix). It should work on Linux, Windows, macOS, Android and WASM
but most testing happens on Linux.

If you have any comments about the codebase feel free to visit [#frost-dev:intothecyber.space](https://matrix.to/#/#frost-dev:intothecyber.space)

There is no bugtracker or mailing list because I do not think anyone is interested
in this at the moment. If you - however - have anything to say about this drop
a mail to [~f4814n/public-inbox@lists.sr.ht](https://lists.sr.ht/~f4814n/public-inbox).
# Building

Frost can be built using `go build ./cmd/frost`. If you do not want to compile with crypto support use `go build -tags nocrypto ./cmd/frost`.