Skip to content

Commit

Permalink
docs: add .rpm install instructions to the README (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Jun 16, 2023
1 parent 9ad72bf commit e1d6168
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit e1d6168

Please sign in to comment.