diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,12 +25,13 @@ 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 ``` 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. |
