mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-16 21:28:26 +00:00
Add Fedora/CentOS installation instructions (#207)
This commit is contained in:
parent
9a11e77aa0
commit
56b2634676
1 changed files with 9 additions and 0 deletions
|
@ -114,6 +114,15 @@ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.7/bottom_0
|
|||
sudo dpkg -i bottom_0.4.7_amd64.deb
|
||||
```
|
||||
|
||||
### Fedora/CentOS
|
||||
|
||||
Available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/bottom/):
|
||||
|
||||
```bash
|
||||
sudo dnf copr enable atim/bottom -y
|
||||
sudo dnf install bottom
|
||||
```
|
||||
|
||||
### Homebrew
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue