mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-08 16:25:50 +00:00
bsd install instructions added
This commit is contained in:
parent
1cd68199ae
commit
f55024a950
1 changed files with 9 additions and 0 deletions
|
@ -52,11 +52,20 @@ pb -u https://google.com
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
|
On GNU systems:
|
||||||
|
|
||||||
`sudo make install`
|
`sudo make install`
|
||||||
|
|
||||||
_Note: On systems without admin access the binary can be run directly from the
|
_Note: On systems without admin access the binary can be run directly from the
|
||||||
git repo, but will lack `man` support and command completion._
|
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
|
### Uninstall
|
||||||
|
|
||||||
`sudo make uninstall`
|
`sudo make uninstall`
|
||||||
|
|
Loading…
Add table
Reference in a new issue