Closed SiccarPoint closed 4 years ago
On a Mac at least, your recursive git call needs to be
git submodule update --recursive
not
git submodule --update --recursive
as written. I think.
Fixed, thanks!
On a Mac at least, your recursive git call needs to be
git submodule update --recursive
not
git submodule --update --recursive
as written. I think.