summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2016-11-28 17:17:38 +0100
committerGitHub <noreply@github.com>2016-11-28 17:17:38 +0100
commit3e4970485dccdbaf046eb71482ad62c8f3a73f7a (patch)
treea833455c6208db8b175066eacfb62456abcab9fc
parent2efc2f4a606b5138da7dca0e537c289b30f0eebd (diff)
parentf31267973877b14959c1d0cf402504c56152a6bf (diff)
Merge pull request #51 from L00Cyph3r/patch-1
Added CentOS installation steps
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 508d3bb..bd58561 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,18 @@ make
make install
bmon
```
+## CentOS (6) Installation
+
+```
+git clone https://github.com/tgraf/bmon.git
+cd bmon
+yum install make libconfuse-devel libnl3-devel libnl-route3-devel ncurses-devel
+./autogen.sh
+./configure
+make
+make install
+bmon
+```
## OSX Installation
Install libconfuse