Commit Diff


commit - 65d0123c3a1f8f91bdafca02cc1d0f6e0a6f8903
commit + 0d06b6012826b46acd783a7e8658b4f75d21b665
blob - bf3d6cd29987a003627e7906db1606bd5ea93ea8
blob + 82db231481e911712068d25f99b2f4920aea4f42
--- README.md
+++ 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!