summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl George <carl@george.computer>2019-10-15 17:53:55 -0500
committerThomas Graf <tgraf@tgraf.ch>2020-02-28 10:54:39 +0100
commit169332baa8823aa4d7572a0b2a4a9a440e482ca9 (patch)
tree5a69a1603757238194110bf23423acd69673ea5d
parent5677863e61e2c115eb86613b09f636b84cf4ada3 (diff)
Add package installation instructions for Fedora/CentOS
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7624b9..4d6acb7 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ make
make install
bmon
```
-## CentOS (6) Installation
+## CentOS 6 Installation
```
git clone https://github.com/tgraf/bmon.git
@@ -38,6 +38,18 @@ make install
bmon
```
+## CentOS 7 Installation
+
+```
+yum install bmon
+```
+
+## Fedora Installation
+
+```
+dnf install bmon
+```
+
## OSX Installation
### Brew