Browse Source

...

pull/40/head
Savetheinternet 13 years ago
parent
commit
d4309b8963
  1. 2
      README.md

2
README.md

@ -5,7 +5,7 @@ Tinyboard is an imageboard software package written in PHP. It aims to maintain
## Requirements
1. PHP >= 5.2.0
2. [mbstring](http://www.php.net/manual/en/mbstring.installation.php) (--enable-mbstring)
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 <del>[driver for your database](http://www.php.net/manual/en/pdo.drivers.php)</del> (only MySQL is supported at the moment)

Loading…
Cancel
Save