From dfaea7812c92e59e753cedfd0336d6619e317dad Mon Sep 17 00:00:00 2001 From: Deepanshu Singh Negi Date: Tue, 5 Apr 2022 05:09:31 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ccd2d9..7f866eb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ Angular application. ## Contributing -Fork and clone this repo, then run +Fork and clone this repo to you local machine, then change the directory using +``` +cd oppia.github.io +``` +then, run **Python 2:** ``` From 0b1be0f31d40eec253f6bf92a595c2c4e1208a1a Mon Sep 17 00:00:00 2001 From: Deepanshu Singh Negi Date: Tue, 5 Apr 2022 05:10:18 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f866eb..c700c14 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Angular application. ## Contributing -Fork and clone this repo to you local machine, then change the directory using +Fork and clone this repo to your local machine, then change the directory using ``` cd oppia.github.io ```