1 <h3>In a terminal:</h3>
 
   3   <li>Install a current version of <a
 
   4       href="http://search.cpan.org/perldoc?Net::Twitter">Net::Twitter</a>.
 
   5       Versions earlier than 1.17 are not supported.  If you are running 1.17,
 
   6       upgrade or apply this <a href="net-twitter.patch">patch</a>.  If you
 
   7       don't have root access, you can still install the modules using <a
 
   8       href="http://sial.org/howto/perl/life-with-cpan/non-root">this guide</a>.<li>
 
   9   <li>Create a directory for irssi scripts, if it doesn't already exist:
 
  10       <code>mkdir ~/.irssi/scripts</code></li>
 
  11   <li>Change to that directory: <code>cd ~/.irssi/scripts</code></li>
 
  12   <li>Remove any old version of the script: <code>rm twirssi.pl</code></li>
 
  13   <li>Download the latest version: <code>wget http://twirssi.com/twirssi.pl</code></li>
 
  14   <li>If you want it to automatically load with irssi, create an autorun dir:
 
  15       <code>mkdir autorun</code></li>
 
  16   <li>And create a symlink in it: <code>ln -s ../twirssi.pl autorun</code></li>
 
  21   <li>If you don't already have a twitter window, create a new window:
 
  22       <code>/win new hidden</code></li>
 
  23   <li>Name the new window: <code>/win name twitter</code></li>