docs: add .rpm install instructions to the README (#1208)

This commit is contained in:
Clement Tsang 2023-06-16 05:53:35 +00:00 committed by GitHub
parent 9ad72bf365
commit e1d6168641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 4 deletions

View File

@ -16,7 +16,7 @@ body:
are related to the following sources: are related to the following sources:
* [crates.io](https://crates.io/crates/bottom) * [crates.io](https://crates.io/crates/bottom)
* [Binary releases released on GitHub](https://github.com/ClementTsang/bottom/releases) * [Binary releases/packages released on GitHub](https://github.com/ClementTsang/bottom/releases)
For any other distribution channel, please first try to contact the package maintainers where appropriate For any other distribution channel, please first try to contact the package maintainers where appropriate

View File

@ -32,7 +32,7 @@
- [Arch Linux](#arch-linux) - [Arch Linux](#arch-linux)
- [Debian/Ubuntu](#debianubuntu) - [Debian/Ubuntu](#debianubuntu)
- [Snap](#snap) - [Snap](#snap)
- [Fedora/CentOS](#fedoracentos) - [Fedora/CentOS/AlmaLinux/Rocky Linux](#fedoracentosalmalinuxrocky-linux)
- [Gentoo](#gentoo) - [Gentoo](#gentoo)
- [Nix](#nix) - [Nix](#nix)
- [Solus](#solus) - [Solus](#solus)
@ -189,15 +189,26 @@ sudo snap connect bottom:system-observe
sudo snap connect bottom:process-control sudo snap connect bottom:process-control
``` ```
### Fedora/CentOS ### Fedora/CentOS/AlmaLinux/Rocky Linux
Available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/bottom/): bottom is available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/bottom/):
```bash ```bash
sudo dnf copr enable atim/bottom -y sudo dnf copr enable atim/bottom -y
sudo dnf install bottom sudo dnf install bottom
``` ```
<!--FIXME: Update this whenever you release a new stable version after 0.9.2!-->
`.rpm` files are also generated (currently only for [nightly builds](https://github.com/ClementTsang/bottom/releases/tag/nightly))
for x86. If you wish to install this way, then you can do something like:
```bash
# x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.3-1.x86_64.rpm
sudo rpm -i bottom-0.9.3-1.x86_64.rpm
```
### Gentoo ### Gentoo
Available in the [official Gentoo repo](https://packages.gentoo.org/packages/sys-process/bottom): Available in the [official Gentoo repo](https://packages.gentoo.org/packages/sys-process/bottom):