summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2015-12-13 14:17:33 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2015-12-15 14:06:50 +0100
commit77143aee7dcff85f0b8656543c185a9e6a8131bb (patch)
tree18e39d9fb6dbc812f29dc51165b0083d4187db48 /INSTALL
parentab809d8d2a9cfb3f0d879c098f2d2d88ce60d3fe (diff)
downloadirssi-77143aee7dcff85f0b8656543c185a9e6a8131bb.zip
remove mention of ./autogen.sh from releases INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 234c6cf6..a83a6c76 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,8 +11,7 @@ To compile irssi you need:
For most people, this should work just fine:
- ./autogen.sh (for people who just cloned the repository)
- ./configure (if this script already exists, skip ./autogen.sh)
+ ./configure
make
su
make install (not _really_ required except for perl support)