]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.sqlite
* Remove extra uptimeWriteFile schedule
[infobot.git] / INSTALL.sqlite
index ec3b9c5f43782eeee0873cccbbca06d56feadefb..66c84251c8c10422a35c7c82c416c7ae6db9ca98 100644 (file)
@@ -7,7 +7,7 @@ running a separate RDBMS process. The distribution comes with a standalone
 command-line access program (sqlite) that can be used to administer an SQLite
 database and which serves as an example of how to use the SQLite library.
 
-blootbot will create a file called <DBname>.sqlite and populate the tables for
+infobot will create a file called <DBname>.sqlite and populate the tables for
 you if they do not already exist.
 
 - Install SQLite libraries and DBI Perl modules.
@@ -15,9 +15,11 @@ you if they do not already exist.
 
 other distros might need to build from sources.
 
+You may use either DBD::SQLite or DBD::SQLite2
+
 SQLite sources:
 
-http://www.hwaci.com/sw/sqlite/ 
+http://www.hwaci.com/sw/sqlite/
 
 DBD::SQLite sources: