From 3c92e186d6ca5f573637c7ef3d6362d788d37fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 29 Nov 2019 12:51:12 +0100 Subject: [PATCH] Missing optional requirement --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd9ae086..4934db33 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is the [`CARTO Maps API`](http://docs.cartodb.com/cartodb-platform/maps-api ## Build -### Requirements +Requirements: * Node 10.x * npm 6.x @@ -22,9 +22,10 @@ This is the [`CARTO Maps API`](http://docs.cartodb.com/cartodb-platform/maps-api * libcairo2-dev, libpango1.0-dev, libjpeg8-dev and libgif-dev for server side canvas support * C++11 (to build internal dependencies if needed) -### Optional +Optional: * [`Varnish`](http://www.varnish-cache.org) +* [`Statsd`](https://github.com/statsd/statsd) ### PostGIS setup