From a80557e80c5d627e46cbb0e1409225d638b036a8 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 13 Aug 2021 00:35:47 +0100 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7915a52092..f9ba5a7d36 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Let us assume you want to submit solutions for **Challenge 002** and your Github 3. Create a new branch for the solution ``` + $ cd perlweeklychallenge-club $ git checkout -b new-branch ``` -- cgit From 5624769dd99154cc6f0b7a4d931fc371e87605e4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 13 Aug 2021 00:37:06 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9ba5a7d36..6a8f4a9680 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Let us assume you want to submit solutions for **Challenge 002** and your Github 3. Go to the **Challenge 002** folder. ``` - $ cd perlweeklychallenge-club/challenge-002 + $ cd challenge-002 ``` 4. If you find a folder with your name in the current folder then skip to next step otherwise create a new folder. -- cgit