diff options
author | Will Song <incertia9474@gmail.com> | 2015-11-25 12:25:55 -0600 |
---|---|---|
committer | Will Song <incertia9474@gmail.com> | 2015-11-25 12:25:55 -0600 |
commit | 54153e6d887545b5f2b46580ce1f7eba2f7c702b (patch) | |
tree | 456d9ad42b320cbe8ba5573cda9ddb5d45df2b66 /INSTALL | |
parent | c52e6ebc992a317bfa3c1a67b8931e2e6cc40215 (diff) | |
download | irssi-54153e6d887545b5f2b46580ce1f7eba2f7c702b.zip |
revise INSTALL to be more clear regarding which script to use
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |