fix installation instructions

installation instructions were not working, at least 
if you already configured the project previously...
This commit is contained in:
Ignacio Carrera 2013-06-26 11:42:20 -03:00
parent 4962213bac
commit 881242d5b9

3
README
View File

@ -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