Skip to content

Commit c1d4241

Browse files
authored
Merge pull request #1 from ricka/patch-1
Fix broken github repo clone command
2 parents 0adf907 + 5077602 commit c1d4241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVSETUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
3. [CD](<https://en.wikipedia.org/wiki/Cd_(command)>) into a directory you'd like to put your code in, then clone the courses companion repo with the following command
66

77
```
8-
git clone github.com/knowthen/fpjs
8+
git clone git@github.com:knowthen/fpjs.git
99
```
1010

1111
## Using the counter directory

0 commit comments

Comments
 (0)