summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHalid Altuner <halid@halid.org>2015-01-08 14:14:02 +0200
committerHalid Altuner <halid@halid.org>2015-01-08 14:14:02 +0200
commit3ecdad6f56762321e9c9e564b09d71c9492cce73 (patch)
tree6024639f79078a39a54787f1aa515c810496d614
parent511e0196e100e6a503ca1a6d781e1cceebcb898f (diff)
Update README.md
make and build-essential package
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 728cef4..bd528b5 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,16 @@ 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 Installation
+## Debian/Ubuntu Installation
```
-apt-get install libconfuse-dev libnl-3-dev libnl-route-3-dev
+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
```
-------------