Open Ryanf55 opened 1 month ago
Although I do like the idea of setup in one setup I think its nice to keep the submodules command separate as that is one that you need to do occasionally by itself.
I guess we could merge this and then add a little section on how to do keep the submodules up to date.
Although I do like the idea of setup in one setup I think its nice to keep the submodules command separate as that is one that you need to do occasionally by itself.
I guess we could merge this and then add a little section on how to do keep the submodules up to date.
I'll add that to this PR.
We just need this to cover most cases.
git submodule update --init --recursive
Clone in 1 step instead of 2 :)