mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix incorrect order in recursive update command
Correct order is `update --init --recursive` instead of `--init update --recursive`
This commit is contained in:
@@ -102,7 +102,7 @@ You will need to execute the following commands:
|
||||
.. code-block:: none
|
||||
|
||||
cd gdnative_cpp_example
|
||||
git submodule --init update --recursive
|
||||
git submodule update --init --recursive
|
||||
|
||||
This will clone these two repositories into your project folder.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user