diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-15 23:40:41 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-15 23:40:41 +0100 |
commit | 3caa680f3b058a32e5a2bf970d6e308e9197bc65 (patch) | |
tree | 2968633046868a80fa702936a880115cf7458d1b | |
parent | 34e5c6b53bf441d0057a4bb6a8293519cd1d0c40 (diff) |
Added 'Manual pages' section
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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! |