Skip to content

Commit fe40766

Browse files
committed
Merge pull request exercism#79 from andrewsardone/patch-1
[Low priority] Tweak dev setup to clone via https
2 parents 225cbaa + ff594c5 commit fe40766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If that throws an error, try ```brew install go --cross-compile-common --with-ll
2020
Development
2121
===========
2222
1. `cd $GOPATH`
23-
1. git clone git@github.com:exercism/cli.git src/github.com/exercism/cli
23+
1. git clone https://github.com/exercism/cli src/github.com/exercism/cli
2424
1. cd src/github.com/exercism/cli
2525
1. go get
2626
1. go get github.com/levicook/glitch

0 commit comments

Comments
 (0)