1
0
mirror of https://tildegit.org/tomasino/pb.git synced 2024-12-23 11:35:09 +01:00

improved install instructions for bsd

This commit is contained in:
James Tomasino 2020-07-05 12:31:10 +00:00
parent 9d91448c3a
commit 565d5b5fc6

View File

@ -60,8 +60,10 @@ sudo make install
On BSD systems: 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 ```sh
doas gmake install doas make PREFIX=/usr install
``` ```
### Uninstall ### Uninstall
@ -73,7 +75,7 @@ sudo make uninstall
On BSD systems: On BSD systems:
```sh ```sh
doas gmake uninstall doas make PREFIX=/usr uninstall
``` ```
## Contributing ## Contributing