aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-13 18:46:19 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-13 18:46:19 +0200
commit0d06b6012826b46acd783a7e8658b4f75d21b665 (patch)
tree31ce6e0fdc4573a0c684e126119e445dc9a7b72d /README.md
parent65d0123c3a1f8f91bdafca02cc1d0f6e0a6f8903 (diff)
Added a new section ("Creating registered players")
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index bf3d6cd..82db231 100644
--- a/README.md
+++ b/README.md
@@ -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!