From f9ca7725f14b9a58d8f39649d6cc362f4d55e35f Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 1 Nov 2019 20:16:27 +0100 Subject: [PATCH] Postgis always required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00972250..e8b2c614 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A wiki is available here: https://github.com/Ysurac/FlightAirMap/wiki To install the web app, you need to have meet the following requirements: * PHP version 5.4 or greater (>= 5.5.1 recommanded) -* MySQL version 5.6.1 or greater, MariaDB or PostgreSQL (with PostGIS if you want waypoints, airspace and countries data) +* MySQL version 5.6.1 or greater, MariaDB or PostgreSQL with PostGIS * An HTTP Server such as: * Apache 2.0+ * Nginx (include install/flightairmap-nginx-conf.include in server part of the config)