diff --git a/readme.md b/readme.md index 14578a0..9d4a8d0 100644 --- a/readme.md +++ b/readme.md @@ -37,6 +37,17 @@ sudo apt install php8.3-mbstring Check that above modules exist by running `php -m`. +#### Optional PHP Modules + +Should only be installed if required, or any error occurred that mentions them. + +- `sqlite3`: for CI4 default testing with sqlite3 database + +``` +sudo apt install php8.3-sqlite3 +``` + + ### Installing Composer Refer to: https://getcomposer.org/download/