File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -175,3 +175,17 @@ Generate the code for the `.proto` files after you've changed anything in a `.pr
175175``` shell
176176make proto
177177```
178+
179+ ## Releases
180+ You can find all published releases on the Releases page
181+ of this repository. Each release contains pre-built binaries (for major platforms). To get up and running quickly, follow the steps below:
182+
183+ 1 . Navigate to Releases at https://github.com/RoboCup-SSL/ssl-game-controller/releases .
184+
185+ 2 . Find the version you want and download the asset labelled something like ssl-game-controller_ ` <version> ` _ ` <os-arch> `
186+
187+ 3 . On Linux/MacOS/Windows, open a terminal and run the binary
188+ You might need to mark it executable on Linux/Mac:
189+ ``` shell
190+ chmod +x < file>
191+ ```
You can’t perform that action at this time.
0 commit comments