From 58c769b4485d4e8b9f458328978d63113c49ad8e Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Mon, 30 Dec 2019 09:24:53 +0100 Subject: [PATCH] README update --- README.md | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 044b31e..7543105 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native ## Get Started -Make sure you have Node.js version **6** installed (running `node -v` it should output something like `v6.11.3`). +Make sure you have Node.js version **10** installed (running `node -v` it should output something like `v10.17.0`). Install `tileserver-gl` with server-side raster rendering of vector tiles with npm diff --git a/docs/installation.rst b/docs/installation.rst index 686e114..5e30ead 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -41,7 +41,7 @@ Alternatively, you can use ``tileserver-gl-light`` package instead, which is pur From source =========== -Make sure you have Node v6 (nvm install 6) and run:: +Make sure you have Node v10 (nvm install 10) and run:: npm install node .