diff --git a/README.md b/README.md index 06778b0..a3d8517 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,19 @@ Source RCON Protocol implementation in Go. ## Protocol Specifications - -RCON Protocol is described in the [valve documentation](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) +RCON Protocol described in the [valve documentation](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol). ## Supported Games - * [Project Zomboid](https://store.steampowered.com/app/108600) * [Conan Exiles](https://store.steampowered.com/app/440900) * [Rust](https://store.steampowered.com/app/252490) (add +rcon.web 0 to the args when starting the server) * [ARK: Survival Evolved](https://store.steampowered.com/app/346110) +* [Counter-Strike: Global Offensive](https://store.steampowered.com/app/730) +* [Minecraft](https://www.minecraft.net) Open pull request if you have successfully used a package with another game with rcon support and add it to the list. ## Install - ```text go get github.com/gorcon/rcon ``` @@ -28,7 +27,6 @@ go get github.com/gorcon/rcon See [Changelog](CHANGELOG.md) for release details. ## Usage - ```go package main @@ -56,11 +54,9 @@ func main() { ``` ## Requirements - Go 1.15 or higher ## Contribute - Contributions are more than welcome! If you think that you have found a bug, create an issue and publish the minimum amount of code triggering the bug so @@ -69,5 +65,4 @@ it can be reproduced. If you want to fix the bug then you can create a pull request. If possible, write a test that will cover this bug. ## License - MIT License, see [LICENSE](LICENSE)