From 68134ac6c2d4e1b82b865906dcf10097266f5d32 Mon Sep 17 00:00:00 2001 From: Disha Date: Mon, 8 Jan 2024 12:20:51 +0530 Subject: [PATCH] Updated installation guide --- INSTALLATION.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index a628a75d28..f6faca5522 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -88,6 +88,13 @@ npm install --legacy-peer-deps # Configuration It's important to configure Talawa-Admin. Here's how to do it. +You can use our interactive setup script for the configuration. Use the following command for the same. + +``` +npm run setup +``` + +All the options in "setup" can be done manually as well and here's how to do it. - [Creating .env file](#creating-env-file) ## Creating .env file