Draft: Resolve "Créer une zone de paysage extérieur" #45
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue