docs: Add Terra installation instructions (#1566)
* README.md: Add Terra RPM repo instructions * update some wording --------- Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
This commit is contained in:
parent
cbe27997bd
commit
74ae124fcc
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue