summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@lwhsu.org>2020-08-07 19:45:14 +0800
committerLi-Wen Hsu <lwhsu@lwhsu.org>2020-08-08 22:42:17 +0800
commit2725b77917634178a08c97a38e55490abeb18c82 (patch)
treeecb7deea1d35b35676bd79d247712cc9a0467082
parentd2eb76ea5ba9ea98ed673d7bcec3c388b035aedc (diff)
Update FreeBSD install instructions
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d3a37c..f4c9044 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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/)