Browse Source

improve readme

Maurits van der Schee 3 years ago
parent
commit
670b079a0e
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      README.md

+ 5
- 5
README.md View File

@@ -27,11 +27,11 @@ There are also proof-of-concept ports of this script that only support basic RES
27 27
 
28 28
 ## Requirements
29 29
 
30
-  - PHP 7.0 or higher with PDO drivers for MySQL, PgSQL, SqlSrv or SQLite enabled
31
-  - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
32
-  - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
33
-  - SQL Server 2012 or higher (2017 for Linux support)
34
-  - SQLite 3.16 or higher (spatial features NOT supported)
30
+  - PHP 7.0 or higher with PDO drivers enabled for one of these database systems:
31
+    - MySQL 5.6 / MariaDB 10.0 or higher for spatial features in MySQL
32
+    - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
33
+    - SQL Server 2012 or higher (2017 for Linux support)
34
+    - SQLite 3.16 or higher (spatial features NOT supported)
35 35
 
36 36
 ## Installation
37 37
 

Loading…
Cancel
Save