Skip to content

Commit 7433c52

Browse files
committed
Updated the documentation to reflect the latest changes.
1 parent 64dc30c commit 7433c52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **notifications** script for Irssi uses desktop notifications to inform the
66

77
## Installation
88

9-
**IMPORTANT:** A working installation of the **Gtk2::Notify** module for Perl is required for this script to function. In Fedora, this module is provided by the *perl-Gtk2-Notify* package; in Debian and Ubuntu, the package is named *libgtk2-notify-perl*.
9+
**IMPORTANT:** A working installation of the **Net::DBus** module for Perl is required for this script to function. In Fedora, this module is provided by the *perl-Net-DBus* package. In Debian and Ubuntu, the package is named *libnet-dbus-perl*.
1010

1111
Irssi looks for additional scrips in the in the **~/.irssi/scripts/** directory. To make sure that this directory exists, type the following at a shell prompt:
1212

@@ -16,9 +16,9 @@ To install the **notifications** script, change to the directory with your local
1616

1717
cp notifications.pl ~/.irssi/scripts/
1818

19-
This copies the **notifications.pl** file to the **~/.irssi/scripts/** directory. You can also configure Irssi to load the script automatically at startup. To do so, change to the **~/.irssi/scripts/autorun/** directory and create a symbolic link to the script by running the following command:
19+
This copies the **notifications.pl** file to the **~/.irssi/scripts/** directory. You can also configure Irssi to load the script automatically at startup. To do so, create a symbolic link to that file in the **~/.irssi/scripts/autorun/** directory:
2020

21-
ln -s ../notifications.pl
21+
ln -s ~/.irssi/scripts/{,autorun/}notifications.pl
2222

2323
The script is loaded the next time you start the client.
2424

@@ -73,6 +73,6 @@ The available variables are as follows:
7373

7474
## Copyright
7575

76-
Copyright © 2012, 2014 Jaromir Hradilek
76+
Copyright © 2012, 2014, 2019 Jaromir Hradilek
7777

7878
This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

0 commit comments

Comments
 (0)