Skip to content
Snippets Groups Projects
Commit d4ff5224 authored by Elmom's avatar Elmom
Browse files

Added about git-submodule usage

parent e539c44b
Branches
No related merge requests found
......@@ -14,9 +14,9 @@ files include useful constants which will be available with "include <MCAD/*.sca
which should be safe to use on all included files (ie. no top level code should
create geometry).
If you host your project in git, you use "git submodule add URL" in your
repo to import this library as a git submodule for easy usage. See
"git help submodule"" for more info
If you host your project in git, you can do "git submodule add URL" in your
repo to import this library as a git submodule for easy usage. Then you need to do a "git submodule update --init MODULE". See
"git help submodule"" for more info.
Currently Provided Tools:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment