ArduPilot / WebTools

GNU General Public License v3.0
26 stars 27 forks source link

Simplify clone using recurse on clone #198

Open Ryanf55 opened 1 month ago

Ryanf55 commented 1 month ago

Clone in 1 step instead of 2 :)

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

Ryanf55 commented 3 weeks 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.

I'll add that to this PR.

We just need this to cover most cases. git submodule update --init --recursive