re-order team fiddling docs

This commit is contained in:
Neale Pickett 2020-11-02 08:43:51 -08:00
parent c9cad57a47
commit e7ffa05a44
1 changed files with 9 additions and 9 deletions

View File

@ -72,6 +72,15 @@ and any edits you make will remove points scored while you were editing.
Teams
=====
Changing a team name
----------------------
grep . /srv/moth/state/teams/* # Show all team IDs and names
echo 'exciting new team name' > /srv/moth/state/teams/$teamid
Please remember, you have to replace `$teamid` with the actual team ID that you want to edit.
Setting up custom team IDs
-------------------
@ -87,15 +96,6 @@ New instances will initialize this with some hex values.
Remember that team IDs are essentially passwords.
Changing a team name
----------------------
grep . /srv/moth/state/teams/* # Show all team IDs and names
echo 'exciting new team name' > /srv/moth/state/teams/$teamid
Please remember, you have to replace `$teamid` with the actual team ID that you want to edit.
Disabling team registration
---------------------