From dbeb0665f11dff4489d7116ee84e64f75b6ea728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 6 Feb 2024 18:17:41 +0100 Subject: [PATCH] Documentation => Add recurse-submodule option --- Wiki/Development/1-How-to-setup-your-development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wiki/Development/1-How-to-setup-your-development-environment.md b/Wiki/Development/1-How-to-setup-your-development-environment.md index 2664817..47a8761 100644 --- a/Wiki/Development/1-How-to-setup-your-development-environment.md +++ b/Wiki/Development/1-How-to-setup-your-development-environment.md @@ -46,7 +46,7 @@ in the projet to validate json files created by the user. First of all, you need to clone the repository: ```bash -$ git clone ssh://git@ssh.hesge.ch:10572/dojo_project/projects/ui/dojocli.git +$ git clone --recurse-submodule ssh://git@ssh.hesge.ch:10572/dojo_project/projects/ui/dojocli.git ``` Then, you need to move to the project's directory: -- GitLab