Added some useful content to the README
authorJosiah Ritchie <josiah@josiah-desktop.(none)>
Fri, 23 Oct 2009 18:02:32 +0000 (02:02 +0800)
committerDan Boger <dan@peeron.com>
Fri, 9 Apr 2010 17:28:22 +0000 (01:28 +0800)
README

diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..bf6841badb35cab682bef8e496ef99826cc7da81 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,25 @@
+### Required Modules ###
+You may need to use CPAN or another method to install these modules.
+    * WWW::Shorten::TinyURL
+    * Net::Twitter
+
+### Installation ###
+Installation is two part. First 
+
+In a terminal:
+
+    * Install a current version of Net::Twitter. Versions earlier than 3.0 are not supported.
+    * Create a directory for irssi scripts, if it doesn't already exist: mkdir ~/.irssi/scripts
+    * Change to that directory: cd ~/.irssi/scripts
+    * Remove any old version of the script: rm twirssi.pl
+    * Download the latest version: wget http://twirssi.com/twirssi.pl
+    * If you want it to automatically load with irssi, create an autorun dir: mkdir autorun
+    * And create a symlink in it: ln -s ../twirssi.pl autorun
+
+In irssi:
+
+    * If you don't already have a twitter window, create a new window: /win new hidden
+    * Name the new window: /win name twitter
+    * In that window type: /script load twirssi.pl
+    * Login: /twitter_login username password
+