From b50a4a7ad45e7da5a1bc526677f815f898e928e5 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 16 Mar 2021 20:07:56 +0100 Subject: [PATCH] Improve readme even more --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1caed36..757dad1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,13 @@ On Windows, you have to perform a `composer install` manually beforehand. Make s ### Dependency management `dev.sh` will download the `composer` package manager to the php archive file `composer.phar` and run it. -Composer will check for the php extension `pdo_sqlite` which must be enabled on your system. This usually includes installing a php-sqlite3 package and enabling it in /etc/php/php.ini. +Composer will check for the php extension `pdo_sqlite` which must be enabled on your system. This usually includes installing a php-sqlite3 package and enabling it in /etc/php/php.ini: + + [PHP] + extension=pdo_sqlite + extension=sqlite3 + +Composer is used as such: php composer.phar update php composer.phar install