Skip to content

Commit

Permalink
Update FreeBSD install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhsu committed Aug 8, 2020
1 parent d2eb76e commit 2725b77
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ brew install osx-cpu-temp
>Install with pkg and pip
``` bash
sudo pkg install coreutils gsed python3 git
sudo python3 -m ensurepip
sudo pip3 install psutil
sudo pkg install coreutils gsed git py37-psutil
```

#### Manual installation Linux, OSX and FreeBSD
Expand All @@ -240,6 +238,16 @@ sudo make install
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

Available in the AUR as [bashtop-git](https://aur.archlinux.org/packages/bashtop-git/)
Expand Down

0 comments on commit 2725b77

Please sign in to comment.