1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00

Update readme

This commit is contained in:
Ash Keel 2021-05-02 14:39:37 +02:00
parent cfb888dafb
commit a202615cd9
No known key found for this signature in database
GPG key ID: CF2CC050478BD7E5

View file

@ -1,6 +1,6 @@
# strimertul # Strimertül
Streaming helpers, includes: Smol broadcasting suite, includes:
- Extremely simple/fast disk-backed KV over websocket for interacting with web-based overlays - Extremely simple/fast disk-backed KV over websocket for interacting with web-based overlays
- oh and it has pub/sub - oh and it has pub/sub
@ -12,7 +12,7 @@ Streaming helpers, includes:
Platform support is limited to Twitch only for the time being (sorry!) Platform support is limited to Twitch only for the time being (sorry!)
# Building ## Building
You need to build the frontend first! You need to build the frontend first!
@ -28,6 +28,6 @@ Once that's done, just build the app like any other Go project
go build go build
``` ```
# License ## License
The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`). For ISC exceptions, see [LICENSING.md](LICENSING.md). The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`). For ISC exceptions, see [LICENSING.md](LICENSING.md).