docs: add install instructions to Exherbo Linux in README.md (#1440)

This commit is contained in:
David Legrand 2024-04-11 01:33:42 +02:00 committed by GitHub
parent d341dbb39b
commit 7f92eb76e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@
- [Arch Linux](#arch-linux)
- [Debian / Ubuntu](#debian--ubuntu)
- [Snap](#snap)
- [Exherbo Linux](#exherbo-linux)
- [Fedora / CentOS / AlmaLinux / Rocky Linux](#fedora--centos--almalinux--rocky-linux)
- [Gentoo](#gentoo)
- [Nix](#nix)
@ -192,6 +193,15 @@ sudo snap connect bottom:system-observe
sudo snap connect bottom:process-control
```
### Exherbo Linux
bottom is available as a [rust package](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/sys-process/bottom) that can be installed with `cave`:
```bash
cave resolve -x repository/rust
cave resolve -x bottom
```
### Fedora / CentOS / AlmaLinux / Rocky Linux
bottom is available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/bottom/):