-
Notifications
You must be signed in to change notification settings - Fork 0
ezFreeCAD
Grey Christoforo edited this page Jul 12, 2018
·
8 revisions
This project depends on ezFreeCAD. It includes it as a git submodule. To keep ezFreeCAD up to date here, do this (from the root of the project):
git submodule update --recursive --init --remote
git add python/python2-ezFreeCAD
git commit -m "sync ezFreeCAD"
For reference, I added the submodule like this:
git submodule add https://github.com/AFMD/python2-ezFreeCAD.git python/python2-ezFreeCAD