From 169332baa8823aa4d7572a0b2a4a9a440e482ca9 Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 15 Oct 2019 17:53:55 -0500 Subject: Add package installation instructions for Fedora/CentOS --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3