Skip to content

Commit

Permalink
docs: Add Terra installation instructions (#1566)
Browse files Browse the repository at this point in the history
* README.md: Add Terra RPM repo instructions

* update some wording

---------

Co-authored-by: Clement Tsang <[email protected]>
  • Loading branch information
woodsb02 and ClementTsang authored Aug 19, 2024
1 parent cbe2799 commit 74ae124
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,20 @@ cave resolve -x bottom

### Fedora / CentOS / AlmaLinux / Rocky Linux

bottom is available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/bottom/):
bottom is available on [COPR](https://copr.fedorainfracloud.org/coprs/atim/bottom/):

```bash
sudo dnf copr enable atim/bottom -y
sudo dnf install bottom
```

bottom is also available via [Terra](https://terra.fyralabs.com/):

```bash
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
sudo dnf install bottom
```

`.rpm` files are also generated for x86 in the [releases](https://github.com/ClementTsang/bottom/releases) page.
For example:

Expand Down

0 comments on commit 74ae124

Please sign in to comment.