From 375ad931f7ca3e5ea0ebea3c53c4f0403b397d6d Mon Sep 17 00:00:00 2001 From: Mohamed Salman Date: Fri, 17 May 2024 16:34:12 +0530 Subject: [PATCH] Update local development command (#5687) * Updated readme.md file with cd command to move into that folder before running further npm command. Also removed roadmap from go * Addressed review comment - Reverted changes in index.astro file --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7fc5fc66a..19831612a 100644 --- a/readme.md +++ b/readme.md @@ -109,6 +109,7 @@ Clone the repository, install the dependencies and start the application ```bash git clone git@github.com:kamranahmedse/developer-roadmap.git +cd developer-roadmap npm install npm run dev ```