Skip to content

Commit

Permalink
Merge pull request #6839 from hakro/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate text from GDExtension doc
  • Loading branch information
mhilbrunner authored Feb 28, 2023
2 parents f82ca73 + 445faaa commit f1d508a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tutorials/scripting/gdextension/gdextension_cpp_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are a few prerequisites you'll need:
See also :ref:`Compiling <toc-devel-compiling>` as the build tools are identical
to the ones you need to compile Godot from source.

You can download this repository from GitHub or let Git do the work for you.
You can download the `godot-cpp repository <https://github.com/godotengine/godot-cpp>`__ from GitHub or let Git do the work for you.
Note that this repository has different branches for different versions
of Godot. GDExtensions will not work in older versions of Godot (only Godot 4 and up) and vice versa, so make sure you download the correct branch.

Expand All @@ -50,11 +50,6 @@ a Git submodule:
cd godot-cpp
git submodule update --init
If you decide to just download the repositories or clone them into your project
folder, make sure to keep the folder layout identical to the one described here,
as much of the code we'll be showcasing here assumes the project follows this
layout.

Do make sure you clone recursively to pull in both repositories:

.. code-block:: none
Expand Down

0 comments on commit f1d508a

Please sign in to comment.