1
0
mirror of https://tildegit.org/tomasino/pb.git synced 2024-11-20 03:25:54 +01:00

bsd install instructions added

This commit is contained in:
James Tomasino 2020-06-10 22:53:17 +00:00
parent 1cd68199ae
commit f55024a950

View File

@ -52,11 +52,20 @@ pb -u https://google.com
### Install
On GNU systems:
`sudo make install`
_Note: On systems without admin access the binary can be run directly from the
git repo, but will lack `man` support and command completion._
On BSD systems:
```sh
install 755 pb /usr/local/bin
install 644 pb /usr/local/man/man1
```
### Uninstall
`sudo make uninstall`