From dedabc0e6e136b7f871875398d65d581f05bee57 Mon Sep 17 00:00:00 2001 From: Andrew <148278535+andrew-opensignlabs@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:38:38 +0530 Subject: [PATCH] docs: fix the .env path for running locally --- INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index f96ee51a0..78dbcf142 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -19,9 +19,9 @@ Below are the steps to follow - ``` git clone https://github.com/OpenSignLabs/OpenSign.git ``` -- Copy the .env.frontend_dev file to .env using below command(on mac & linux). For windows use COPY command instead. +- Copy the .env.frontend_dev file to apps/OpenSign/.env using below command(on mac & linux). For windows use COPY command instead. ``` - cp .env.frontend_dev .env + cp .env.frontend_dev apps/OpenSign/.env ``` - CD to /apps/OpenSign directory - Install NPM packages using