knowthen / fpjs

Companion repo for Functional Programming for Beginners with Javascript
https://courses.knowthen.com/courses/functional-programming-for-beginners-with-javascript
96 stars 74 forks source link

Update DEVSETUP.md #4

Open KanoczTomas opened 6 years ago

KanoczTomas commented 6 years ago

change git clone method from using ssh to https (easier for newbies to cope with).

ssh method used fails if no ssh key is added to github. As this is surely the case for most new people to github, https seems to be a better clone method to avoid cloning errors.