diff options
-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! |