If cloning a repo and need to get the submodules downloaded for the 1st time, run below command
git submodule update --init --recursiveTo get the latest after cloning etc.. i.e. for the not very first time
git submodule update --recursiveor
git pull --recurse-submodules