From bb6bbdcb0490fb32c4944b078d0ae7d28b883288 Mon Sep 17 00:00:00 2001
From: Tushar <30565750+tushar5526@users.noreply.github.com>
Date: Mon, 3 Apr 2023 00:51:00 +0530
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 48bffea..a521bdb 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ Steps to run the application
 
 1. `npm i`
 2. `npm i -g pm2`
+3. `cp sample.env .env`
+4. Edit the .env files according to your configuration of keycloak etc. 
 ```
 This will run the service in background on the server. Allow ports accordingly if you want it to be accessible on internet.
 ```
-- 
GitLab