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.
This is the same issue as at r-barnes/Barnes2019-DepressionHierarchy#6, for reference.
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.
This is the same issue as at r-barnes/Barnes2019-DepressionHierarchy#6, for reference.