summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2015-01-08 16:18:53 +0100
committerThomas Graf <tgraf@suug.ch>2015-01-08 16:18:53 +0100
commit8fc5a55da4ac43f14f38b6bcfe69af1b6377c597 (patch)
tree6024639f79078a39a54787f1aa515c810496d614
parent0100916a952b40828d8d8bfd7aadaffee945c2d1 (diff)
parent3ecdad6f56762321e9c9e564b09d71c9492cce73 (diff)
Merge pull request #19 from halid/master
Debian / Ubuntu Installation Procedures
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 960bda7..bd528b5 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,18 @@ interface and a programmable text output for scripting.
* [Latest Release](https://github.com/tgraf/bmon/releases/latest)
* [Older Releases](https://github.com/tgraf/bmon/releases)
+## Debian/Ubuntu Installation
+
+```
+git clone https://github.com/tgraf/bmon.git
+cd bmon
+apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev
+./configure
+make
+make install
+bmon
+```
+
-------------
## New in 3.6
* Build fix for uclinux