From 565d5b5fc621eeb15e8ace3e391cc9946d574435 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Sun, 5 Jul 2020 12:31:10 +0000 Subject: [PATCH] improved install instructions for bsd --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f90384a..1ae4b02 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,10 @@ sudo make install On BSD systems: +The man-path `/usr/local/share/man` is not indexed by default on openbsd. Using the `/usr` prefix works around this issue. + ```sh -doas gmake install +doas make PREFIX=/usr install ``` ### Uninstall @@ -73,7 +75,7 @@ sudo make uninstall On BSD systems: ```sh -doas gmake uninstall +doas make PREFIX=/usr uninstall ``` ## Contributing