Skip to content

Commit 9f0ce30

Browse files
committed
Document how to add a new team name
1 parent f883cf8 commit 9f0ce30

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ the [ssl-refbox](https://github.com/RoboCup-SSL/ssl-refbox).
1111

1212
![Screenshot of Interface](./doc/screenshot_interface.png)
1313

14+
## Add your team name
15+
16+
If you are a new team, please add your team name to [internal/app/engine/config.go](internal/app/engine/config.go).
17+
1418
## Usage
15-
If you just want to use this app, simply download the latest [release binary](https://github.com/RoboCup-SSL/ssl-game-controller/releases/latest). The binary is self-contained. No dependencies are required.
19+
20+
If you just want to use this app, simply download the
21+
latest [release binary](https://github.com/RoboCup-SSL/ssl-game-controller/releases/latest). The binary is
22+
self-contained. No dependencies are required.
1623

1724
You can also use pre-build docker images:
25+
1826
```shell script
1927
docker pull robocupssl/ssl-game-controller
2028
# Run GC with default configuration

0 commit comments

Comments
 (0)