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: docs: add .rpm install instructions to the README (#1208) --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'README.md') 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): -- cgit v1.2.3