Updated Readme to include the basic install script and more instructions.

This commit is contained in:
Jeremiah Ticket 2016-08-23 16:26:01 -08:00
parent dfca0da773
commit 2474c8ff78

8
README
View File

@ -5,3 +5,11 @@ Storm Dragon: http://stormdragon.tk
Adds sounds to irssi for different events, E.g. public message and private message received. Adds sounds to irssi for different events, E.g. public message and private message received.
Place sound.pl in .irssi/scripts/ 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.