Merge pull request #817 from eladeyal-intel/patch-1

reorder
This commit is contained in:
Tim Stack 2020-12-23 22:49:37 -08:00 committed by GitHub
commit a13ad5b7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@ The following software packages are required to build lnav:
Lnav follows the usual GNU style for configuring and installing software:
Run `./autogen.sh` if compiling from a cloned repository.
$ ./configure
$ make
$ sudo make install
__Run `./autogen.sh` before running any of the above commands when
compiling from a cloned repository.__
## Cygwin users