Added again about git-submodule usage
This commit is contained in:
parent
d4ff522434
commit
992891c39c
4
README
4
README
|
@ -14,8 +14,8 @@ 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 can do "git submodule add URL" in your
|
If you host your project in git, you can do "git submodule add URL PATH" 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
|
repo to import this library as a git submodule for easy usage. Then you need to do a "git submodule update --init". See
|
||||||
"git help submodule"" for more info.
|
"git help submodule"" for more info.
|
||||||
|
|
||||||
Currently Provided Tools:
|
Currently Provided Tools:
|
||||||
|
|
Loading…
Reference in a new issue