11 lines
264 B
Markdown
11 lines
264 B
Markdown
The spring4d source must be cloned as a submodule into src.spring4d folder.
|
|
|
|
git submodule add https://bitbucket.org/sglienke/spring4d.git src.spring4d
|
|
|
|
Cloning a project with submodules needs the following commands:
|
|
- git submodule init
|
|
- git submodule update
|
|
|
|
|
|
|