mirror of https://github.com/aristocratos/bpytop
Added freebsd and fedora instructions
commit
34662b46de
32
README.md
32
README.md
|
@ -132,12 +132,32 @@ Options menu.
|
||||||
python3 -m pip install bpytop
|
python3 -m pip install bpytop
|
||||||
```
|
```
|
||||||
|
|
||||||
## Arch Linux
|
### Arch Linux
|
||||||
|
|
||||||
Available in the AUR as `bpytop.git`
|
Available in the AUR as `bpytop.git`
|
||||||
|
|
||||||
https://aur.archlinux.org/packages/bpytop/
|
https://aur.archlinux.org/packages/bpytop/
|
||||||
|
|
||||||
|
### FreeBSD package
|
||||||
|
|
||||||
|
Available in [FreeBSD ports](https://www.freshports.org/sysutils/bpytop/)
|
||||||
|
|
||||||
|
>Install pre-built package
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo pkg install bpytop
|
||||||
|
```
|
||||||
|
|
||||||
|
### Fedora/CentOS 8 package
|
||||||
|
|
||||||
|
[Available](https://src.fedoraproject.org/rpms/bpytop) in the Fedora and [EPEL-8 repository](https://fedoraproject.org/wiki/EPEL).
|
||||||
|
|
||||||
|
>Installation
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo dnf install bpytop
|
||||||
|
```
|
||||||
|
|
||||||
### Snap package
|
### Snap package
|
||||||
|
|
||||||
>Install the package
|
>Install the package
|
||||||
|
@ -217,16 +237,6 @@ sudo make install
|
||||||
sudo make uninstall
|
sudo make uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
#### FreeBSD package
|
|
||||||
|
|
||||||
Available in [FreeBSD ports](https://www.freshports.org/sysutils/bpytop/)
|
|
||||||
|
|
||||||
Install pre-built pacakge
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
sudo pkg install bpytop
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configurability
|
## Configurability
|
||||||
|
|
||||||
All options changeable from within UI.
|
All options changeable from within UI.
|
||||||
|
|
Loading…
Reference in New Issue