From bab0658198e9e2abd3eb0781958be8d8488306b9 Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Fri, 17 Jul 2020 20:15:40 +0200 Subject: [PATCH] readme edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01988b6..98f5554 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a 3D Portrayal Service implementation that is compatible with [3D Tiles] ## Installing -The service is implemented using [Node js](https://nodejs.org/en/). Make sure you have Node js already installed. Clone or download the repository. Install the dependencies with the `npm install` command. For the moment there is no bundler. Place the contents of the repository on your server with Node.js installed and run the "start" script with npm. +The service is implemented using [Node js](https://nodejs.org/en/). Make sure you have Node js (version 10 and above) already installed. Clone or download the repository. Install the dependencies with the `npm install` command. For the moment there is no bundler. Place the contents of the repository on your server with Node.js installed and run the "start" script with npm. `npm run start` -- GitLab