From d68adefd3bdabdebc02f66a814cafaad5ffbee54 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 2 Jan 2011 23:08:37 +1100 Subject: [PATCH] README changes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcb8591a..3d13c026 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ Tinyboard is not currently at a stable state. [o]: http://omegadev.org/ ## Installation -An automated installation script will be completed soon. - - 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. - using phpMyAdmin @@ -20,6 +17,8 @@ An automated installation script will be completed soon. 5. Ensure everything is okay by running [test.php][t] in a browser. The script will try and help you correct your errors. 6. Run the [post.php][p] script. It should create an index.html and redirect you to it if everything is okay. 7. Optional (highly recommended): Either delete or chmod as unreadable the following files: [test.php][t], [install.sql][i], and this [README][r]. + +An automated installation script will be completed soon. [t]: http://github.com/savetheinternet/Tinyboard/blob/master/test.php [p]: http://github.com/savetheinternet/Tinyboard/blob/master/post.php