Skip to content

Commit

Permalink
Merge pull request #14 from ZeeWeasel/gdextension-git-clone-url-fix
Browse files Browse the repository at this point in the history
Fixed branch name in git clone URL
  • Loading branch information
Gramps authored Apr 25, 2024
2 parents 9df9ec9 + b27ec7f commit 617bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/gdextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Alternatively, you can [download the GDExtension source from our repository](htt
If you changed your target version or manually downloaded the GDExtension source, you can head into the ***godotsteam_gdextension*** folder and clone the latest Godot CPP source in a folder called ***godot-cpp*** like so:

```shell
git clone https://github.com/godotengine/godot.git -b godot-4.2.2-stable godot-cpp
git clone git@github.com:godotengine/godot-cpp.git -b 4.1 godot-cpp
```

You may need to change the given tag(s) above from whatever it is to whatever the current version or whatever version you need.
Expand Down

0 comments on commit 617bc63

Please sign in to comment.