git clone git_path --recursiveIf a repository is cloned without the --recursive flag, the submodules can be retrieved after the fact by running this command from within the repo:
cd contracts
git submodule update --init --recursivecd contracts
git pull
git submodule update --init --recursivecd contracts
bash build.sh