Improve readme even more

This commit is contained in:
Peder Bergebakken Sundt 2021-03-16 20:07:56 +01:00
parent 523b30d6f5
commit b50a4a7ad4
1 changed files with 7 additions and 1 deletions

View File

@ -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