From bb5d31dd96c8cf512b6250f9fafbeb08f9b90037 Mon Sep 17 00:00:00 2001 From: Brady Sullivan Date: Sat, 12 Aug 2023 19:20:04 +0000 Subject: [PATCH] Update DEVELOPMENT.md to use HTTPS over SSH on git clone --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 108269db..7c33fb59 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,7 +8,7 @@ This guide covers setting up environments for core, Flutter/Dart, and Python dev ## Obtaining the source code ```shell -git clone --recurse-submodules git@gitlab.com:veilid/veilid.git +git clone --recurse-submodules https://gitlab.com/veilid/veilid.git ``` ## Dependencies