From c7e805ee350278fd28bb0d6907dfaa45d4a50d8a Mon Sep 17 00:00:00 2001 From: rozetko Date: Fri, 25 May 2018 17:19:39 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 472a2d8..305035f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ You can export following environment variables for hastic-server to use: Example of running hastic-server on Debian / Ubuntu host: ``` +$ git clone https://github.com/hastic/hastic-server.git $ export HASTIC_API_KEY= $ export HASTIC_PORT= # apt-get install python3 \ @@ -59,7 +60,7 @@ $ pip3 install scipy $ pip3 install tsfresh $ curl -sL https://deb.nodesource.com/setup_9.x | bash - # apt-get update && apt-get install -y nodejs -$ cd server +$ cd hastic-server/server $ npm install && npm run build $ npm start ```