diff options
| -rw-r--r-- | longify/README.pod | 6 | ||||
| -rw-r--r-- | longify/longify-urls.pl | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/longify/README.pod b/longify/README.pod index 25a7f8e..eb49086 100644 --- a/longify/README.pod +++ b/longify/README.pod @@ -13,13 +13,13 @@ final target address.  =over -=item Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> +=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 +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 +=item * Copy this script into your F<~/.irssi/scripts/> directory and load with  C</SCRIPT LOAD F<filename>>.  =back diff --git a/longify/longify-urls.pl b/longify/longify-urls.pl index 7d352dc..b294918 100644 --- a/longify/longify-urls.pl +++ b/longify/longify-urls.pl @@ -13,13 +13,13 @@ final target address.  =over -=item Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> +=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 +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 +=item * Copy this script into your F<~/.irssi/scripts/> directory and load with  C</SCRIPT LOAD F<filename>>.  =back | 
