From 6988c75a20ff8e7384492364f3439c78357280f5 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 19 Jun 2026 20:27:01 +0530 Subject: [PATCH] docs: add missing npm install step to setup instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c66865f..61c7915 100644 --- a/README.md +++ b/README.md @@ -96,14 +96,17 @@ git clone https://github.com/mrinalray/Cybershield_URL.git cd Cybershield_URL -# 2. Configure environment variables +# 2. Install dependencies +npm install + +# 3. Configure environment variables cp .env.example .env # Open .env and fill in API_KEY and GEMINI_API_KEY -# 3. Start the backend +# 4. Start the backend node server.js -# 4. Open frontend +# 5. Open frontend # Open index.html in your browser ```