summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArtem Polishchuk <tim77@users.noreply.github.com>2020-08-29 03:06:34 +0300
committerGitHub <noreply@github.com>2020-08-28 20:06:34 -0400
commit56b263467644aa2670a9ca517ecd3d9857f166b5 (patch)
tree6b59f6ea8ca31e8d62dd204e8042823194ce9d4c /README.md
parent9a11e77aa057bb4b9d3d31d3c70ceab7136eedaf (diff)
Add Fedora/CentOS installation instructions (#207)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6867888..53916a09 100644
--- a/README.md
+++ b/README.md
@@ -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