From b73628139091963adfbad9acf6d0ca646021343a Mon Sep 17 00:00:00 2001 From: Kartheek Palla Date: Mon, 1 Apr 2024 14:46:45 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 440da9f..3c56812 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ The Telemetry service is designed to seamlessly capture data from various applic supersetAdminPass: // superset admin password supersethost: // // superset hostname or ip address ``` -4. Run `npm install` to install node modules -5. Run `node app.js` +4. Please use [link](https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/) to install superset in locally +5. Run `npm install` to install node modules +6. Run `node app.js` # API Specification and Documentation