From a1159f492ce70cdb255782557cc18e7ca825bd62 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 7 Nov 2017 22:18:36 +0100 Subject: [PATCH] Release 0.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69e41f8..a1d53f1 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ git clone https://github.com/L3Dokt0r/ponybot.git git clone https://github.com/L3Dokt0r/ASCII-Pony.git mkdir scripts ln -s ~/.irssi/ponybot/ponybot.pl ~/.irssi/scripts/ponybot.pl -mkdir scripts/autojoin -ln -s ~/.irssi/ponybot/ponybot.pl ~/.irssi/scripts/autojoin/ponybot.pl +mkdir scripts/autorun +ln -s ~/.irssi/ponybot/ponybot.pl ~/.irssi/scripts/autorun/ponybot.pl ```