From 2e9a7450f5e4162cb29ad4959598e75d93f31000 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 6 Aug 2023 19:25:59 +0530 Subject: [PATCH] docs: fixed local installation guide --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 01b6c8b..3ab2f8b 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,7 @@ ### Local Installation -1. Rename the `.env.example` file to `.env` - -2. Fill out all the environment variables. - -3. Run the following command to clone the repository and install the dependencies. +1. Run the following command to clone the repository and install the dependencies. ```bash git clone https://github.com/ghoshRitesh12/zoro.to-api.git @@ -91,7 +87,9 @@ cd zoro.to-api npm ci #or yarn install ``` -4. Start the server! +2. Rename the `.env.example` file to `.env` and update any details required + +3. Start the server! ```bash npm start #or yarn start