aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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
```