r-barnes / Barnes2020-FillSpillMerge

MIT License
19 stars 11 forks source link

Install instructions #5

Closed SiccarPoint closed 4 years ago

SiccarPoint commented 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.

r-barnes commented 4 years ago

Fixed, thanks!