Merge pull request #51 from L00Cyph3r/patch-1
Added CentOS installation steps
This commit is contained in:
commit
3e4970485d
12
README.md
12
README.md
@ -25,6 +25,18 @@ make
|
|||||||
make install
|
make install
|
||||||
bmon
|
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
|
## OSX Installation
|
||||||
Install libconfuse
|
Install libconfuse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user