From a8ad16758c9e125b9afaa8d6c98ccd6937c15f4e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 16 Jul 2026 00:44:51 -0400 Subject: [PATCH] Update Contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7dfb3290..401f47d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ That simplicity comes with a trade-off: **safety and correctness depend on follo ## Quick start (development) -1. Clone the repo into a webroot served by Apache/PHP 8.x with the `mysqli` and `imap`-related extensions available. +1. Clone the repo into a webroot served by Apache/PHP 8.x with the `mysqli`. 2. Create a MySQL/MariaDB database and browse to `/setup/` — or import `db.sql` directly. 3. Rename/skip setup as prompted; `config.php` is generated at the root (and is gitignored). There is no `composer install` or `npm install` step. All third-party libraries are vendored in `/libs/`. This is deliberate — ITFlow is distributed as "unzip and go" — so **never add a runtime Composer/npm dependency**. If a new library is truly needed, discuss it in an issue first; if accepted, it gets vendored into `/libs/`.