From a398c0d732898fd58f74b6f9bfcde2c28b0d2b85 Mon Sep 17 00:00:00 2001 From: aiyerganapathy Date: Tue, 13 Nov 2018 13:33:46 -0800 Subject: [PATCH] Updated README --- apis/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apis/README.md b/apis/README.md index b039fd4..e913bbb 100644 --- a/apis/README.md +++ b/apis/README.md @@ -26,9 +26,12 @@ Export the following Environment variables if running Apis outside dockers: Install `Node.js`, `cassandra`, `elasticsearch` as they are pre-requisites for this application. -Download this app by either clicking the download button on top right corner, or using the command
- +Assuming that the application has been cloned from this repository + git clone https://github.com/NVIDIA-AI-IOT/deepstream_360_d_smart_parking_application.git + +use the following command to change the current directory. + cd ./apis [package.json](package.json) has a list of libraries which are required for this application. Use `npm install` to install these dependencies of the project.