Merge pull request #2564 from IronicallySerious/fix-gdn-cpp-tut-cmd

Fix incorrect order in recursive update command
This commit is contained in:
Rémi Verschelde
2019-07-02 13:50:12 +02:00
committed by GitHub

View File

@@ -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.