I host the project on github.com. There are several git submodules in my project.
You can clone a project with submodules with git clone --recursive , but since my audience is not developers, but people who have never heard of git, I wonder if there is a way to download the project using submodules?
source share