diff options
author | Alon Levy <alon@pobox.com> | 2013-04-10 01:30:01 +0300 |
---|---|---|
committer | Alon Levy <alon@pobox.com> | 2013-04-14 22:46:44 +0300 |
commit | 3cadb4a6cd1d5cfdef8712d00e4594345a15b4a7 (patch) | |
tree | 101ae78dac31d435e20d63867d7b3ea4b74b0b49 /extlib/README | |
parent | 0f6ab7da86c67557233a4785d52c81bcc6da79f3 (diff) | |
download | mediagoblin-3cadb4a6cd1d5cfdef8712d00e4594345a15b4a7.tar.lz mediagoblin-3cadb4a6cd1d5cfdef8712d00e4594345a15b4a7.tar.xz mediagoblin-3cadb4a6cd1d5cfdef8712d00e4594345a15b4a7.zip |
document submodule usage
Signed-off-by: Alon Levy <alon@pobox.com>
Diffstat (limited to 'extlib/README')
-rw-r--r-- | extlib/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extlib/README b/extlib/README index a2cc6ec0..45ee5b46 100644 --- a/extlib/README +++ b/extlib/README @@ -63,6 +63,19 @@ FAQ This is a last resort; consult with the rest of the dev group before taking this radical step. +:Q: What about submodules? + +:A: pdf.js is supplied as a submodule, and other software may use that too, + to add a new submodule: + git submodule add <git-repo-of-fun-project> extlib/fun-project + + Use it just like a snapshotted extlib directory. When a new clone of mediagoblin + is made you need to run + + git submodule init + git submodule update + + As noted in HackingHowto Thanks ====== |