[README.md] Fix the instruction about autogen.sh.

This commit is contained in:
Suresh Sundriyal 2015-04-05 02:53:51 -07:00
parent 05b408b568
commit e7fdaf871f
1 changed files with 2 additions and 1 deletions

View File

@ -33,11 +33,12 @@ Installation
Lnav follows the usual GNU style for configuring and installing software:
$ ./autogen.sh _(only required if are installing from a cloned repository, not required when installing from source tar ball)_
$ ./configure
$ make
$ sudo make install
__Run ```./autogen.sh``` before running any of the above commands when
compiling from a cloned repository.__
Using
-----