Merge pull request #498 from kiswa/master

Update README.md
This commit is contained in:
Matthew Ross 2020-06-06 09:01:50 -04:00 committed by GitHub
commit eef258a60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ functional and minimal application for keeping track of tasks.
A web server running PHP 7.x with sqlite enabled (it may work on PHP 5.6, but
is not supported). See [PHP Supported Versions](https://www.php.net/supported-versions.php).
The server must have `sqlite3` and `php7-sqlite` installed.
**- OR -**
The server must have `sqlite3` and `php7-sqlite` installed.
**- OR -**
If you're comfortable changing code, you can use any database [supported by RedBeanPHP](https://redbeanphp.com/index.php?p=/connection).
### Install