]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.sqlite
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / INSTALL.sqlite
index 35c6b7b3283b2fa9a3fbed9953110ef3c270c67a..34ac0900dd5eba62b64ece39f16a8a268f051290 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.
@@ -27,3 +27,5 @@ http://search.cpan.org/author/MSERGEANT/DBD-SQLite/
 
 You will also need the normal Perl DBD stuff which should be included in your
 Perl distribution.
+
+# vim:ts=4:sw=4:expandtab:tw=80