]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
ws
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ef5ee58dfecb7b61736d6384e7da2f5f306e919c..08d8a638ba035088f1ea086bc2f8e0778940b246 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,19 +8,19 @@ Method of installation.
 - Edit files/blootbot.chan to set which channels to join.
 
 - Install the following Perl modules:
-        - Net::IRC perl module
-            - Debian: (apt-get install libnet-irc-perl)
-        - WWW::Search
-            - Debian: (apt-get install libwww-search-perl)
-        - LWP
-            - Debian: (apt-get install libwww-perl)
-        - HTML::Parser
-            - Debian: (apt-get install libhtml-parser-perl)
+       - Net::IRC perl module
+           - Debian: (apt-get install libnet-irc-perl)
+       - WWW::Search
+           - Debian: (apt-get install libwww-search-perl)
+       - LWP
+           - Debian: (apt-get install libwww-perl)
+       - HTML::Parser
+           - Debian: (apt-get install libhtml-parser-perl)
 
 - Choose your database:
-        - MySQL, read INSTALL.mysql (supported)
-        - SQLite, read INSTALL.sqlite (supported)
-        - PgSQL, read INSTALL.pgsql (unsupported, may work)
+       - MySQL, read INSTALL.mysql (supported)
+       - SQLite, read INSTALL.sqlite (supported)
+       - PgSQL, read INSTALL.pgsql (unsupported, may work)
 
 - There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.