Update FreeBSD install instructions

pull/181/head
Li-Wen Hsu 2020-08-07 19:45:14 +08:00
parent d2eb76ea5b
commit 2725b77917
No known key found for this signature in database
GPG Key ID: 8D7BCC7D012FD37E
1 changed files with 11 additions and 3 deletions

View File

@ -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/)