From 2f8b772cd76fb651e42eca47350df4a28bbe0554 Mon Sep 17 00:00:00 2001 From: Hasnain Makada <82728823+hasnainmakada-99@users.noreply.github.com> Date: Tue, 24 May 2022 13:29:59 +0530 Subject: [PATCH 1/6] Added the change directory command in the documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11dc52d3d9..7883f13ce5 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ First, you need to fork the `react-play` repo. You can do this by clicking the ` Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of forked repo. +After cloning the repo open the terminal and type ```cd 'foldername'``` and you will be redirected to your forked repo. + ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: From 44492b7343316ae51314ddbc7c901327403749ab Mon Sep 17 00:00:00 2001 From: Hasnain Makada <82728823+hasnainmakada-99@users.noreply.github.com> Date: Tue, 24 May 2022 14:26:51 +0530 Subject: [PATCH 2/6] Added arrows in the cd command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7883f13ce5..93142071c8 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ First, you need to fork the `react-play` repo. You can do this by clicking the ` Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of forked repo. -After cloning the repo open the terminal and type ```cd 'foldername'``` and you will be redirected to your forked repo. +After cloning the repo open the terminal and type ```cd ``` and you will be redirected to your forked repo. ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: From 1455d7badc0d97c5767b162114af8aaf6c767951 Mon Sep 17 00:00:00 2001 From: Hasnain Makada <82728823+hasnainmakada-99@users.noreply.github.com> Date: Tue, 24 May 2022 14:27:25 +0530 Subject: [PATCH 3/6] Added arrows in the cd command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93142071c8..53482290b0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ First, you need to fork the `react-play` repo. You can do this by clicking the ` Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of forked repo. -After cloning the repo open the terminal and type ```cd ``` and you will be redirected to your forked repo. +After cloning the repo open the terminal and type ```cd ``` and you will be redirected to your forked repo. ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: From e9189019a2da9a678120881b93638e2ce40b23a6 Mon Sep 17 00:00:00 2001 From: Hasnain Makada <82728823+hasnainmakada-99@users.noreply.github.com> Date: Wed, 25 May 2022 08:30:27 +0530 Subject: [PATCH 4/6] Added - in folder-name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53482290b0..748cb267c2 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ First, you need to fork the `react-play` repo. You can do this by clicking the ` Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of forked repo. -After cloning the repo open the terminal and type ```cd ``` and you will be redirected to your forked repo. +After cloning the repo open the terminal and type ```cd ``` and you will be redirected to your forked repo. ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: From 319fd0084b7c9bb3ae1a3bebf89758a08af37fd4 Mon Sep 17 00:00:00 2001 From: Hasnain Makada <82728823+hasnainmakada-99@users.noreply.github.com> Date: Wed, 25 May 2022 10:07:01 +0530 Subject: [PATCH 5/6] Updated the change directory text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748cb267c2..7dc39ebad6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ First, you need to fork the `react-play` repo. You can do this by clicking the ` Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of forked repo. -After cloning the repo open the terminal and type ```cd ``` and you will be redirected to your forked repo. +Please change the directory after cloning the repository using the ```cd ``` command. ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: From 58f6b211a253051e4e8eff981895ae1569d24fd7 Mon Sep 17 00:00:00 2001 From: Hasnain Makada <82728823+hasnainmakada-99@users.noreply.github.com> Date: Wed, 25 May 2022 12:32:00 +0530 Subject: [PATCH 6/6] removed triple backticks and added single backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc39ebad6..1e8698d2dc 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ First, you need to fork the `react-play` repo. You can do this by clicking the ` Once forked, you can clone the repo by clicking the `Clone or Download` button on the top right corner of forked repo. -Please change the directory after cloning the repository using the ```cd ``` command. +Please change the directory after cloning the repository using the `cd ` command. ### ⬇️ Install Dependencies Next, install the dependencies by running the following command in the `react-play` repo: