diff --git a/README.md b/README.md index 2025cea7..b046c3fb 100644 --- a/README.md +++ b/README.md @@ -175,3 +175,17 @@ Generate the code for the `.proto` files after you've changed anything in a `.pr ```shell make proto ``` + +## Releases +You can find all published releases on the Releases page + of this repository. Each release contains pre-built binaries (for major platforms). To get up and running quickly, follow the steps below: + +1. Navigate to Releases at https://github.com/RoboCup-SSL/ssl-game-controller/releases. + +2. Find the version you want and download the asset labelled something like ssl-game-controller_``_`` + +3. On Linux/MacOS/Windows, open a terminal and run the binary +You might need to mark it executable on Linux/Mac: +```shell +chmod +x +```