From fe4f04ed674b47a81ce21fc5011bd37e194d7f45 Mon Sep 17 00:00:00 2001 From: DrPsychick Date: Sat, 21 May 2022 18:19:50 +0200 Subject: [PATCH] fix: clone with https --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66ffc90..79eeebe 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ It is **not** meant to be used for linux or windows environments and **not** mea ## install it * open a terminal -* clone the repository `git clone git@github.com:DrPsychick/macdev.git` +* clone the repository `git clone https://github.com/DrPsychick/macdev.git` * run `./install.sh` interactively in the shell (requires entering password and/or installing XCode) ```shell cd git # or wherever you keep stuff like this -git clone git@github.com:DrPsychick/macdev.git +git clone https://github.com/DrPsychick/macdev.git cd macdev ./install.sh ```