@@ 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`.