From 54153e6d887545b5f2b46580ce1f7eba2f7c702b Mon Sep 17 00:00:00 2001 From: Will Song Date: Wed, 25 Nov 2015 12:25:55 -0600 Subject: [PATCH] revise INSTALL to be more clear regarding which script to use --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index fdf4200d..234c6cf6 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,8 @@ To compile irssi you need: For most people, this should work just fine: - ./autogen.sh + ./autogen.sh (for people who just cloned the repository) + ./configure (if this script already exists, skip ./autogen.sh) make su make install (not _really_ required except for perl support)