1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[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

View File

@ -33,11 +33,12 @@ Installation
Lnav follows the usual GNU style for configuring and installing software: 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 $ ./configure
$ make $ make
$ sudo make install $ sudo make install
__Run ```./autogen.sh``` before running any of the above commands when
compiling from a cloned repository.__
Using Using
----- -----