aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScimon <simon.proctor@gmail.com>2021-08-16 09:09:50 +0100
committerScimon <simon.proctor@gmail.com>2021-08-16 09:09:50 +0100
commita40d5274a80b7dc86d043433b77928857d904698 (patch)
tree839fa66142ee3a743bedfe86cc486a5b6573accc /README.md
parentc976e26a845911cf0226844acfc1e4c0e497c8c1 (diff)
parent2d08dfcd1f2742e1621be6950a42614b4dbea797 (diff)
downloadperlweeklychallenge-club-a40d5274a80b7dc86d043433b77928857d904698.tar.gz
perlweeklychallenge-club-a40d5274a80b7dc86d043433b77928857d904698.tar.bz2
perlweeklychallenge-club-a40d5274a80b7dc86d043433b77928857d904698.zip
Merge branch 'master' of github.com:Scimon/perlweeklychallenge-club
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7915a52092..6a8f4a9680 100644
--- a/README.md
+++ b/README.md
@@ -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.