]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 0b78705402263a14404058d68ac1181c5c0d55c3..ebcee18b299e100fba879d6a48cfbb7d91719680 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,12 @@
 Method of installation.
 -----------------------
 
-- Move blootbot.config to blootbot.config.used
-- Copy sample.config to blootbot.config
+- Move files/sample/sample.config to files/blootbot.config
 - Edit files/blootbot.config, modify to taste.
+- Edit files/blootbot.chan to set which channels to join.
 - Edit files/ircII.server to modify list of IRC servers to connect.
-- Depends on:
+
+- Install the following Perl modules:
        - Net::IRC perl module
                - Debian: (apt-get install libnet-irc-perl)
        - WWW::Search
@@ -13,9 +14,9 @@ Method of installation.
        - LWP
                - Debian: (apt-get install libwww-perl)
        - HTML::Parser
-               - Debian: (apt-get install libhtml-parse-perl)
+               - Debian: (apt-get install libhtml-parser-perl)
 
-- Choice of database
+- Choose your database:
        - MySQL (see INSTALL.mysql)
        - PgSQL (see INSTALL.pgsql, DOES NOT WORK YET)
        - Berkeley DBM (see INSTALL.dbm)