How can I run Git submodules?
- by marbrun
How can I run these submodules? The only thing i can find on the web is information on how to create submodules. But i just need to run them. Is this really so difficult?
After you have clone the repository, you'll need to run the following to
pull in all the submodules:
git submodule init
git submodule update
cd externals/curlcall
git submodule init
git submodule update