summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-16 05:53:35 +0000
committerGitHub <noreply@github.com>2023-06-16 01:53:35 -0400
commite1d616864127b38d3b9e00fb131c29e2b379a561 (patch)
treecf1cd4374acd405421c2f1395c43a3ccf2486908 /README.md
parent9ad72bf365996b9647bc44f3cc6e87b7f542644c (diff)
docs: add .rpm install instructions to the README (#1208)
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 14 insertions, 3 deletions
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
```
+<!--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
Available in the [official Gentoo repo](https://packages.gentoo.org/packages/sys-process/bottom):