From df2342fc49a9a366205a216457bcb6be11dde0dc Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Tue, 28 Oct 2014 15:12:43 -0700 Subject: [PATCH] Clarify GD requirement --- README.md | 1 + settings.default.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d7113..a7bcad2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Installing - [PHP](http://php.net) 4 or higher is installed. - [GD Image Processing Library](http://php.net/gd) is installed. - This library is installed by default on most hosts. + - If you plan on disabling image uploads to use TinyIB as a text board only, this library is not required. 2. CD to the directory you wish to install TinyIB. 3. Run the command: - `git clone git://github.com/tslocum/TinyIB.git ./` diff --git a/settings.default.php b/settings.default.php index cb99527..240f410 100644 --- a/settings.default.php +++ b/settings.default.php @@ -4,7 +4,7 @@ # https://github.com/tslocum/TinyIB # # Contact the author via tslocum@gmail.com if you need support. -# See README for instructions on configuring, moderating, and upgrading your board. +# See README for instructions on configuring, moderating and upgrading your board. # Set TINYIB_DBMODE to a MySQL-related mode if it's available. By default it's set to flatfile, which can be very slow. // Administrator/moderator credentials