summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Legrand <1110600+davlgd@users.noreply.github.com>2024-04-11 01:33:42 +0200
committerGitHub <noreply@github.com>2024-04-10 19:33:42 -0400
commit7f92eb76e6b4278aab3f8d996ee99f75ad5d8877 (patch)
treeb501863d2e89687b1b8f01ca967bdef82dbfef25
parentd341dbb39bb1b975bcc2b7da86f0dc7b7e71a829 (diff)
docs: add install instructions to Exherbo Linux in README.md (#1440)
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3ac7829..5241b6de 100644
--- a/README.md
+++ b/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/):