diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-09 22:21:58 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-09 22:21:58 +1100 |
commit | 1f4ac7249feac19d436f7b89f25030fee1ca08e3 (patch) | |
tree | 05a67107b91fd00a15902b40a034da63d3469ea9 /extlib | |
parent | 40bc5ea9ee07919932eeddb1686e79ee8fa25ca2 (diff) | |
download | mediagoblin-1f4ac7249feac19d436f7b89f25030fee1ca08e3.tar.lz mediagoblin-1f4ac7249feac19d436f7b89f25030fee1ca08e3.tar.xz mediagoblin-1f4ac7249feac19d436f7b89f25030fee1ca08e3.zip |
Say `git submodule update --init` - it's shorter.
Diffstat (limited to 'extlib')
-rw-r--r-- | extlib/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extlib/README b/extlib/README index d2ef18d3..88f0bbf3 100644 --- a/extlib/README +++ b/extlib/README @@ -114,8 +114,7 @@ FAQ 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 + git submodule update --init As noted in HackingHowto |