summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2015-04-29 17:30:22 +0200
committerThomas Graf <tgraf@suug.ch>2015-04-29 17:30:22 +0200
commit2a410be36f5380e5d986dd3bccf20466d3b5930b (patch)
treeed4ccc32e4a9316f6f323619249c61617ee854e4
parentc1ae292c9542c52f50ab1daf7394cec49960403c (diff)
README: Mention that ./autogen.sh must be run after git clone
Reported-by: DavidRChristensen Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c20d9d..ad53ad4 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ interface and a programmable text output for scripting.
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 libncurses-dev
+./autogen.sh
./configure
make
make install