summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordm9pZCAq <46228973+dm9pZCAq@users.noreply.github.com>2020-11-15 00:36:58 +0200
committerGitHub <noreply@github.com>2020-11-14 17:36:58 -0500
commit637765216767e54db0eb83b14365a23406873f9b (patch)
treec23c66a7b8b3d92ada975dab86714fabe5cc5636 /README.md
parent1e787829cd09f60cec6c9d5ba0294fec9fbcae9b (diff)
docs: Add Gentoo installation instructions (#299)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b25bcec..8ca4ca03 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [AUR](#aur)
- [Debian (and Debian-based)](#debian)
- [Fedora/CentOS](#fedoracentos)
+ - [Gentoo](#gentoo)
- [Nix](#nix)
- [Homebrew](#homebrew)
- [Scoop](#scoop)
@@ -133,6 +134,15 @@ sudo dnf copr enable atim/bottom -y
sudo dnf install bottom
```
+### Gentoo
+
+Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
+```bash
+sudo eselect repository enable dm9pZCAq
+sudo emerge --sync dm9pZCAq
+sudo emerge sys-process/bottom::dm9pZCAq
+```
+
### Nix
```bash