From 881242d5b9245500286e56c4aaf91dfc07b6dacb Mon Sep 17 00:00:00 2001 From: Ignacio Carrera Date: Wed, 26 Jun 2013 11:42:20 -0300 Subject: [PATCH] fix installation instructions installation instructions were not working, at least if you already configured the project previously... --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 151e7c0..23a5f6a 100644 --- a/README +++ b/README @@ -41,7 +41,8 @@ Released tarballs can be found at: == Install == To compile the kmscon binary, run the standard autotools commands: - $ test -f ./configure || NOCONFIGURE=1 ./autogen.sh + $ test -f ./configure || NOCONFIGURE=1 + $ ./autogen.sh $ ./configure $ make $ make install