mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-14 00:17:07 +00:00
docs: Add Gentoo installation instructions (#299)
This commit is contained in:
parent
1e787829cd
commit
6377652167
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -18,6 +18,7 @@ A cross-platform graphical process/system monitor with a customizable interface
|
||||||
- [AUR](#aur)
|
- [AUR](#aur)
|
||||||
- [Debian (and Debian-based)](#debian)
|
- [Debian (and Debian-based)](#debian)
|
||||||
- [Fedora/CentOS](#fedoracentos)
|
- [Fedora/CentOS](#fedoracentos)
|
||||||
|
- [Gentoo](#gentoo)
|
||||||
- [Nix](#nix)
|
- [Nix](#nix)
|
||||||
- [Homebrew](#homebrew)
|
- [Homebrew](#homebrew)
|
||||||
- [Scoop](#scoop)
|
- [Scoop](#scoop)
|
||||||
|
@ -133,6 +134,15 @@ sudo dnf copr enable atim/bottom -y
|
||||||
sudo dnf install bottom
|
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
|
### Nix
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue