Update README.md

Additional Linux package managers
This commit is contained in:
Stiti Fatah 2023-05-28 20:26:58 +02:00 committed by GitHub
parent e269046d3b
commit 896235dd46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,6 +290,18 @@ Also needs a UTF8 locale and a font that covers:
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