From cff753d8da889e6cd2180cb97f84876979cd49aa Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 20 Jan 2011 13:48:53 +1100 Subject: [PATCH] added requirements in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d13c026..2cd9ba2c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Tinyboard is not currently at a stable state. [o]: http://omegadev.org/ +## Requirements + 1. PHP >= 5.2.0 + 2. php-gd + 3. php-pdo with appropriate driver for your database + ## Installation 1. Tinyboard requires an SQL database and a user to work. Create one. 2. Import 'install.sql' into the database. There are several ways to do this.