README update.

This commit is contained in:
Savetheinternet 2011-11-17 01:12:35 +11:00
parent 17c7ba07d9
commit 9a675f6cfe

View File

@ -7,7 +7,7 @@ Tinyboard is an imageboard software package written in PHP. It aims to maintain
1. PHP >= 5.2.0
2. [mbstring](http://www.php.net/manual/en/mbstring.installation.php) (--enable-mbstring)
3. [PHP-GD](http://php.net/manual/en/book.image.php)
4. [PHP-PDO](http://php.net/manual/en/book.pdo.php) with appropriate [driver for your database](http://www.php.net/manual/en/pdo.drivers.php)
4. [PHP-PDO](http://php.net/manual/en/book.pdo.php) <del>with appropriate [driver for your database](http://www.php.net/manual/en/pdo.drivers.php)</del> (only MySQL is supported at the moment)
## Installation
See <http://tinyboard.org/wiki/index.php?title=Installation>.