From e1d616864127b38d3b9e00fb131c29e2b379a561 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 16 Jun 2023 05:53:35 +0000 Subject: [PATCH] docs: add .rpm install instructions to the README (#1208) --- .github/ISSUE_TEMPLATE/packaging.yml | 2 +- README.md | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/packaging.yml b/.github/ISSUE_TEMPLATE/packaging.yml index eb70fb56..05965dcd 100644 --- a/.github/ISSUE_TEMPLATE/packaging.yml +++ b/.github/ISSUE_TEMPLATE/packaging.yml @@ -16,7 +16,7 @@ body: are related to the following sources: * [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 diff --git a/README.md b/README.md index 30518ea7..3d2880f6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ - [Arch Linux](#arch-linux) - [Debian/Ubuntu](#debianubuntu) - [Snap](#snap) - - [Fedora/CentOS](#fedoracentos) + - [Fedora/CentOS/AlmaLinux/Rocky Linux](#fedoracentosalmalinuxrocky-linux) - [Gentoo](#gentoo) - [Nix](#nix) - [Solus](#solus) @@ -189,15 +189,26 @@ sudo snap connect bottom:system-observe 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 sudo dnf copr enable atim/bottom -y sudo dnf install bottom ``` + + +`.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 Available in the [official Gentoo repo](https://packages.gentoo.org/packages/sys-process/bottom):