From 561bdb39384da9cedf3738e188676eae29ee28d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 22 Feb 2019 07:53:18 +0100 Subject: [PATCH] Improve MD formatting --- INSTALL.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 234daf85..5b0c3580 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,20 +1,21 @@ -# Installing Windshaft-CartoDB # +# Installing Windshaft-CartoDB + +## Requirements -## Requirements ## Make sure that you have the requirements needed. These are: -- Core - - Node 10.x - - npm 6.x - - gcc 4.9 - - PostgreSQL >= 10.0 - - PostGIS >= 2.4 - - CARTO Postgres Extension >= 0.24.1 - - Redis >= 4 - - libcairo2-dev, libpango1.0-dev, libjpeg8-dev and libgif-dev for server side canvas support +- Node 10.x +- npm 6.x +- gcc 4.9 +- PostgreSQL >= 10.0 +- PostGIS >= 2.4 +- CARTO Postgres Extension >= 0.24.1 +- Redis >= 4 +- libcairo2-dev, libpango1.0-dev, libjpeg8-dev and libgif-dev for server side canvas support -- For cache control - - Varnish (http://www.varnish-cache.org) +### Optional + +- Varnish (http://www.varnish-cache.org) ## PostGIS setup