From 087aef966c6d5b32153dd1d548c0550a956c4b30 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 2 Sep 2023 21:13:08 -0400 Subject: [PATCH] no more submodules --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 95c5a348..2057124e 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 https://gitlab.com/veilid/veilid.git +git clone https://gitlab.com/veilid/veilid.git ``` ## Dependencies