summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorWill Song <incertia9474@gmail.com>2015-11-25 11:55:18 -0600
committerWill Song <incertia9474@gmail.com>2015-11-25 11:55:18 -0600
commitc52e6ebc992a317bfa3c1a67b8931e2e6cc40215 (patch)
treec44ae0342928a74c5ec91a0f9111268bcb5b86e5 /INSTALL
parent6ac6fcec469227971e7856201c27de09e1773ae4 (diff)
downloadirssi-c52e6ebc992a317bfa3c1a67b8931e2e6cc40215.zip
change ./configure to ./autogen.sh because ./configure does not exist in
a fresh clone of the repository
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a83a6c76..fdf4200d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@ To compile irssi you need:
For most people, this should work just fine:
- ./configure
+ ./autogen.sh
make
su
make install (not _really_ required except for perl support)