README update

This commit is contained in:
Petr Sloup 2019-12-30 09:24:53 +01:00
parent bdd0a5c868
commit 58c769b448
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native
## Get Started ## 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 Install `tileserver-gl` with server-side raster rendering of vector tiles with npm

View file

@ -41,7 +41,7 @@ Alternatively, you can use ``tileserver-gl-light`` package instead, which is pur
From source 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 npm install
node . node .