summaryrefslogtreecommitdiffstats
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
parent9ad72bf365996b9647bc44f3cc6e87b7f542644c (diff)
docs: add .rpm install instructions to the README (#1208)
-rw-r--r--.github/ISSUE_TEMPLATE/packaging.yml2
-rw-r--r--README.md17
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
```
+<!--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):