mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
docs: Add Gentoo installation instructions (#299)
This commit is contained in:
parent
1e787829cd
commit
6377652167
10
README.md
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user