From 9370e650bcfb4a751293db86bab6b69a418cf599 Mon Sep 17 00:00:00 2001 From: KanoczTomas Date: Tue, 3 Apr 2018 15:22:59 +0200 Subject: [PATCH] Update DEVSETUP.md change git clone method from using ssh to https (easier for newbies to cope with). --- DEVSETUP.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DEVSETUP.md b/DEVSETUP.md index 9db387d..37aa3f7 100644 --- a/DEVSETUP.md +++ b/DEVSETUP.md @@ -3,11 +3,9 @@ 1. install nodejs (nodejs) (nvm for mac and linux) 2. Verify git is install by opening up the command line and running the following command `git --version`. If you get a message saying 'command not found', then install git on you computer by following the instructions here: [Install Git](knowthen.com/gitinstall) 3. [CD]() into a directory you'd like to put your code in, then clone the courses companion repo with the following command - ``` -git clone git@github.com:knowthen/fpjs.git +git clone https://github.com/knowthen/fpjs.git ``` - ## Using the counter directory 4. CD into the new `fpjs/counter` folder.