This commit is contained in:
Stiti Fatah 2024-04-30 17:22:10 +02:00 committed by GitHub
commit dac1e07e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,6 +339,18 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
sudo dnf install epel-release
sudo dnf install btop
```
* **Ubuntu**
```bash
sudo apt install btop
```
* **Arch Linux**
```bash
sudo pacman -S btop
```
* **Void Linux**
```bash
sudo xbps-install btop
```
* **FreeBSD**
```sh
pkg install btop