diff options
author | Tom Feist <shabble@metavore.org> | 2011-07-08 09:29:08 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-07-08 09:29:08 +0000 |
commit | 4221ecd6c932617167b810c7ca0ec9655788ae2a (patch) | |
tree | 1b075d5fb8b40a138a0823937b2db44af35c19f4 /longify/longify-urls.pl | |
parent | added longify-urls script, to unshorten things automagically. (diff) | |
download | irssi-scripts-4221ecd6c932617167b810c7ca0ec9655788ae2a.tar.gz irssi-scripts-4221ecd6c932617167b810c7ca0ec9655788ae2a.zip |
update install instructions to mention IrssiX modules, and generate a readme.
Diffstat (limited to '')
-rw-r--r-- | longify/longify-urls.pl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/longify/longify-urls.pl b/longify/longify-urls.pl index 208e468..7d352dc 100644 --- a/longify/longify-urls.pl +++ b/longify/longify-urls.pl @@ -11,9 +11,19 @@ final target address. =head1 INSTALLATION -Copy into your F<~/.irssi/scripts/> directory and load with +=over + +=item Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> +and place them in a directory known to Perl (One of the default system locations +for perl modules, or somewhere that is listed in the C<$PERL5LIB> environment variable). +They should be placed in a subdirectory named C<IrssiX> in whichever module directory +you choose. + +=item Copy this script into your F<~/.irssi/scripts/> directory and load with C</SCRIPT LOAD F<filename>>. +=back + =head1 USAGE Load it. |