mirror of
https://tildegit.org/tomasino/pb.git
synced 2024-12-23 03:25:18 +01:00
improved install instructions for bsd
This commit is contained in:
parent
9d91448c3a
commit
565d5b5fc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user