From d043c3d2643e260ac1ccf59bbcaca77fcafc3469 Mon Sep 17 00:00:00 2001 From: tslocum Date: Fri, 31 Dec 2010 15:33:22 -0800 Subject: [PATCH] readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 96e1a96..d5712bb 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ Installing 1. CD to the directory you wish to install TinyIB 2. Run the following command: - - `git clone git://github.com/tslocum/TinyIB.git ./` + - `git clone git://github.com/tslocum/TinyIB.git ./` 3. Rename settings.default.php to settings.php 4. Configure settings.php 5. CHMOD write permissions to the following directories: - - / - - src/ - - thumb/ - - res/ - - inc/flatfile/ (if you choose to use flat file) + - / + - src/ + - thumb/ + - res/ + - inc/flatfile/ (if you choose to use flat file) 6. Navigate your browser to imgboard.php, which causes the following to take place: - - Create database structure - - Check necessary directories are writable - - Write index.html containing the new image board + - Create database structure + - Check necessary directories are writable + - Write index.html containing the new image board Updating ------------