From 77a88d68a4bda5116eb8d38649961635bed0e6d1 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 3 Nov 2010 16:49:38 +1100 Subject: [PATCH] Changed README --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index fb8893b6..d735b48e 100644 --- a/README +++ b/README @@ -3,7 +3,8 @@ Tinyboard - A lightweight PHP imageboard. === Installation === * Tinyboard requires a MySQL database and a user to work. Create one. -* Import 'install.sql' into the database using phpMyAdmin +* Import 'install.sql' into the database + using phpMyAdmin OR mysql -uUSERNAME -pPASSWORD DATABASE < install.sql * Edit 'inc/config.php' to suit your installation @@ -13,4 +14,4 @@ Tinyboard - A lightweight PHP imageboard. - /src - /thumb You will also need to chmod the root directory so that static HTML files like index.html can be made. -* Run the script. \ No newline at end of file +* Run the post.php script. \ No newline at end of file