1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Update README.md

This commit is contained in:
Ash Keel 2021-11-24 11:52:23 +01:00 committed by GitHub
parent 42095e93d6
commit fa71c62993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Small broadcasting suite for Twitch, includes:
Download the latest build from here: [github.com/strimertul/strimertul/releases/latest](https://github.com/strimertul/strimertul/releases/latest) Download the latest build from here: [github.com/strimertul/strimertul/releases/latest](https://github.com/strimertul/strimertul/releases/latest)
Start `strimertul.exe` and as soon as it will load a browser window will open with a Web UI you can use to configure it to your heart's content. Start `strimertul.exe` and as soon as it's ready it will open a browser window with the Web UI you can use to configure it to your heart's content.
You can also build the project yourself, refer to the Building section below. You can also build the project yourself, refer to the Building section below.
@ -50,4 +50,4 @@ go build
Kilovolt's code is based on Gorilla Websocket's server example, licensed under [BSD-2-Clause](https://github.com/gorilla/websocket/blob/master/LICENSE) Kilovolt's code is based on Gorilla Websocket's server example, licensed under [BSD-2-Clause](https://github.com/gorilla/websocket/blob/master/LICENSE)
The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`). The entire project is licensed under [AGPL-3.0-only](LICENSE) (see `LICENSE`).