Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_`<version>`_`<os-arch>`

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 <file>
```