Added to readme about 'git submodule' usage
This commit is contained in:
parent
a1322fa2d5
commit
e539c44b74
3
README
3
README
|
@ -14,6 +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
|
which should be safe to use on all included files (ie. no top level code should
|
||||||
create geometry).
|
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
|
||||||
|
|
||||||
Currently Provided Tools:
|
Currently Provided Tools:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue