aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a14627..24197bf 100644
--- a/README.md
+++ b/README.md
@@ -48,4 +48,14 @@ If you want you can customize the `FICS_HOME` and `PREFIX` make
variables found in `options.mk`. But it isn't needed if you've
followed the installation steps above.
+### Manual pages ###
+
+To install the manual pages, type:
+
+ $ sudo make install-manpages
+
+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.
+
Happy gaming!