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