improved install instructions for bsd

This commit is contained in:
James Tomasino 2020-07-05 12:31:10 +00:00
parent 9d91448c3a
commit 565d5b5fc6
1 changed files with 4 additions and 2 deletions

View File

@ -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