Merge pull request #243 from PoignardAzur/patch-1

Add instructions to use submodules
pull/259/head
Thomas Herzog 2019-03-13 16:51:53 +01:00 committed by GitHub
commit 05e5f5cd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ Note that if you wish to use a specific branch, add the -b option to the clone c
$ git clone --recursive https://github.com/GodotNativeTools/godot-cpp -b 3.0
```
If your project is an existing repository, use git submodule instead:
```
$ git submodule add https://github.com/GodotNativeTools/godot-cpp
$ git submodule update --init --recursive
```
Right now our directory structure should look like this:
```
SimpleLibrary/