1 files changed, 9 insertions(+), 0 deletions(-)
A README.md
A README.md => README.md +9 -0
@@ 0,0 1,9 @@
+# Kilovolt client
+
+Go client for Kilovolt websocket servers, supports Kilovolt Protocol v3
+
+## Getting started
+
+```
+go get github.com/strimertul/kilovolt-client-go
+```