From 1faa95df94ee53011ac10ead2814ab62a7ee5509 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Mon, 19 Sep 2022 01:53:47 -0700 Subject: [PATCH] [readme] mention running autogen.sh in the regular README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index c89669ba..904ce9a6 100644 --- a/README +++ b/README @@ -36,6 +36,8 @@ INSTALLATION 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