From 9be2cffe730548727613213296fc5ef28c40fe26 Mon Sep 17 00:00:00 2001 From: NilsP Date: Sat, 8 Nov 2025 20:31:18 +0100 Subject: [PATCH 1/4] add hint to releases --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2025cea7..b0243c5b 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-status-board-- + +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 +``` \ No newline at end of file From 12b9274a8e4912044e069c73926a2e913f301c41 Mon Sep 17 00:00:00 2001 From: NilsP Date: Sat, 8 Nov 2025 20:31:18 +0100 Subject: [PATCH 2/4] fix --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2025cea7..b0243c5b 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-status-board-- + +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 +``` \ No newline at end of file From f14577caeda7dc5d6f819eb45b0051d4dff695e9 Mon Sep 17 00:00:00 2001 From: NilsP Date: Sat, 8 Nov 2025 20:45:23 +0100 Subject: [PATCH 3/4] hint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0243c5b..e5914f57 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ You can find all published releases on the Releases page 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-status-board-- +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: From f93c597a2d54a120006f263a5b8fc4f0e929bd99 Mon Sep 17 00:00:00 2001 From: NilsP Date: Sat, 8 Nov 2025 20:49:31 +0100 Subject: [PATCH 4/4] fix display error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5914f57..b046c3fb 100644 --- a/README.md +++ b/README.md @@ -182,10 +182,10 @@ You can find all published releases on the Releases page 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__ +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 -``` \ No newline at end of file +```