From f241cfe12989df14e2e0e86b40c7ee186882a846 Mon Sep 17 00:00:00 2001 From: Devansh Pal <112044443+devansh0203@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:36:22 +0530 Subject: [PATCH] Update README.md Update the documentation. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09c9a207..cfd700b1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ First clone this repository. ```bash $ git clone https://github.com/kabirbaidhya/react-todo-app.git ``` +Navigate to the directory. +```bash +$ cd react-todo-app +``` Install dependencies. Make sure you already have [`nodejs`](https://nodejs.org/en/) & [`npm`](https://www.npmjs.com/) installed in your system. ```bash