From 66590d74d771e01aa0d47741a107484582dfaeb6 Mon Sep 17 00:00:00 2001 From: yannk Date: Mon, 17 Jan 2022 21:38:21 +0100 Subject: [PATCH] Adding explanations about the use and cloning with submodules, mandatory from now on --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca99ff..ae2ca60 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ unzip Godot_v3.3.3-stable_x11.64.zip ### Clone our project -git clone https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client.git +Notice we use [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for this main repository, s you have to get them also. + +git clone --recurse-submodules https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client.git (cd khanat-client;git checkout develop) ### Launch Godot