From 637765216767e54db0eb83b14365a23406873f9b Mon Sep 17 00:00:00 2001 From: dm9pZCAq <46228973+dm9pZCAq@users.noreply.github.com> Date: Sun, 15 Nov 2020 00:36:58 +0200 Subject: docs: Add Gentoo installation instructions (#299) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3