mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
docs: add install instructions to Exherbo Linux in README.md (#1440)
This commit is contained in:
parent
d341dbb39b
commit
7f92eb76e6
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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/):
|
||||
|
|
Loading…
Reference in a new issue