Files
bds.imp.spring4d/readme.md
T
2026-01-10 10:59:20 +01:00

264 B

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