aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-15 23:40:41 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-15 23:40:41 +0100
commit3caa680f3b058a32e5a2bf970d6e308e9197bc65 (patch)
tree2968633046868a80fa702936a880115cf7458d1b /README.md
parent34e5c6b53bf441d0057a4bb6a8293519cd1d0c40 (diff)
Added 'Manual pages' section
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!