From 2474c8ff78d255483a032c2c72f5fda009e6d916 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Tue, 23 Aug 2016 16:26:01 -0800 Subject: [PATCH] Updated Readme to include the basic install script and more instructions. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index df31402..9aa4053 100644 --- a/README +++ b/README @@ -5,3 +5,11 @@ Storm Dragon: http://stormdragon.tk Adds sounds to irssi for different events, E.g. public message and private message received. Place sound.pl in .irssi/scripts/ +Then in irssi do: +/script load sound +If you want to autorun the script, place the script in or simlink to ~/.irssi/scripts/autorun/ + + +There is a basic install script, just run: +./install +This install script creates the folder ~/.irssi/scripts/autorun if it doesn't exist and simlinks the script to start automatically.