tinyfpga / TinyFPGA-Programmer-Application

Desktop application for programming TinyFPGA boards
GNU General Public License v3.0
60 stars 19 forks source link

Need to document how to checkout git submodules. #4

Open samuelcomeau6 opened 6 years ago

samuelcomeau6 commented 6 years ago

When the repo is cloned, it does not copy the other repositories. You seem to have them somehow linked in the repository so they display correctly on github, but when you actually clone them, they are empty folders. If there is a special way to do this correctly it HAS to be in the documentation.

tinyfpga commented 6 years ago

They are git submodules. There’s a nice tutorial here: https://gist.github.com/gitaarik/8735255. I’ll be updating this issue when the documentation is updated.

tinyfpga commented 6 years ago

I've updated the README.md to include instructions to clone the submodules as well as a link to a document describing what git submodules are: https://github.com/tinyfpga/TinyFPGA-Programmer-Application/blob/master/README.md