From 258804c13219b6a158f32a4b47fbe980d0915882 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sat, 13 Mar 2021 00:08:23 -0800 Subject: [PATCH] Add cURL recommendation Resolves #184. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb4d5a..429626a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [TinyIB Installations](https://gitlab.com/tslocum/tinyib/wikis/Home) for dem - CAPTCHA - A simple, self-hosted implementation is included. - [hCaptcha](https://hcaptcha.com) is supported. - - [ReCAPTCHA](https://www.google.com/recaptcha/about/) is supported but [not recommended](https://nearcyan.com/you-probably-dont-need-recaptcha/). + - [ReCAPTCHA](https://www.google.com/recaptcha/about/) is supported. (But [not recommended](https://nearcyan.com/you-probably-dont-need-recaptcha/)) - Reference links. `>>###` - Delete posts via password. - Report posts. @@ -59,6 +59,9 @@ support in mind. - [GD Image Processing Library](https://php.net/gd) - This library is usually installed by default. - If you plan on disabling image uploads to use TinyIB as a text board only, this library is not required. + - [cURL Library](https://www.php.net/manual/en/book.curl.php) + - This is recommended, but is not strictly required except: + - When `TINYIB_CAPTCHA` is set to `hcaptcha` or `recaptcha`. 2. CD to the directory you wish to install TinyIB. 3. Run the command: - `git clone https://gitlab.com/tslocum/tinyib.git ./`