diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-13 18:46:19 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-13 18:46:19 +0200 |
commit | 0d06b6012826b46acd783a7e8658b4f75d21b665 (patch) | |
tree | 31ce6e0fdc4573a0c684e126119e445dc9a7b72d /README.md | |
parent | 65d0123c3a1f8f91bdafca02cc1d0f6e0a6f8903 (diff) |
Added a new section ("Creating registered players")
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -61,4 +61,23 @@ Replace `sudo` with `doas` if you are running OpenBSD. The destination will always be prefixed to `/usr/local`, i.e. system wide, therefore extra privileges are required. +## Creating registered players ## + +As root, do the following: + + # su -l chess + $ fics_addplayer UserName FullName EmailAddress + +Log out: + + $ (CTRL+d) + +The `fics_addplayer` program is located in `/home/chess/bin`, +along with `makerank`. +The dir `/home/chess/bin` should in general be automatically added to +the PATH of the chess user. + + $ man 1 fics_addplayer + $ man 1 makerank + Happy gaming! |