mirror of https://github.com/aristocratos/bashtop
Update FreeBSD install instructions
parent
d2eb76ea5b
commit
2725b77917
14
README.md
14
README.md
|
@ -219,9 +219,7 @@ brew install osx-cpu-temp
|
||||||
>Install with pkg and pip
|
>Install with pkg and pip
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo pkg install coreutils gsed python3 git
|
sudo pkg install coreutils gsed git py37-psutil
|
||||||
sudo python3 -m ensurepip
|
|
||||||
sudo pip3 install psutil
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Manual installation Linux, OSX and FreeBSD
|
#### Manual installation Linux, OSX and FreeBSD
|
||||||
|
@ -240,6 +238,16 @@ sudo make install
|
||||||
sudo make uninstall
|
sudo make uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### FreeBSD package
|
||||||
|
|
||||||
|
Available in [FreeBSD ports](https://www.freshports.org/sysutils/bashtop/)
|
||||||
|
|
||||||
|
Install pre-built pacakge
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo pkg install bashtop
|
||||||
|
```
|
||||||
|
|
||||||
#### Arch based
|
#### Arch based
|
||||||
|
|
||||||
Available in the AUR as [bashtop-git](https://aur.archlinux.org/packages/bashtop-git/)
|
Available in the AUR as [bashtop-git](https://aur.archlinux.org/packages/bashtop-git/)
|
||||||
|
|
Loading…
Reference in New Issue