From 3ea2eeb8178391a067562d8d91018f1abdd938fc Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sat, 24 Aug 2019 10:03:35 -0400 Subject: [PATCH] Clarify the list of requirements is informational --- docs/en/020_Getting_Started/010_Requirements.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/020_Getting_Started/010_Requirements.md b/docs/en/020_Getting_Started/010_Requirements.md index 5d151c5..ba1b06d 100644 --- a/docs/en/020_Getting_Started/010_Requirements.md +++ b/docs/en/020_Getting_Started/010_Requirements.md @@ -10,4 +10,6 @@ The Arsse has the following requirements: - [mysqli](http://php.net/manual/en/book.mysqli.php) or [pdo_mysql](http://php.net/manual/en/ref.pdo-mysql.php) for MySQL/Percona 8.0.11 or later databases - Privileges either to create and run systemd services, or to run cron jobs -It is also be possible to run The Arsse on other operating systems (including Windows) and with other Web servers, but the configuration required to do so is not documented here. +Instructions for how to satisfy the PHP extension requirements for Debian systems are included in the next section. + +It is also be possible to run The Arsse on other operating systems (including Windows) and with other Web servers, but the configuration required to do so is not documented in this manual.