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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user