Add Fedora/CentOS installation instructions (#207)

This commit is contained in:
Artem Polishchuk 2020-08-29 03:06:34 +03:00 committed by GitHub
parent 9a11e77aa0
commit 56b2634676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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