Say git submodule update --init - it's shorter.

This commit is contained in:
Ben Sturmfels 2021-03-09 22:21:58 +11:00
parent 40bc5ea9ee
commit 1f4ac7249f
4 changed files with 5 additions and 9 deletions

View File

@ -5,5 +5,4 @@ set -e
aclocal -I m4 --install
autoreconf -fvi
git submodule init
git submodule update
git submodule update --init

View File

@ -265,8 +265,7 @@ support. This will result in a much smaller list of dependencies.
pdf.js relies on git submodules, so be sure you have fetched them::
$ git submodule init
$ git submodule update
$ git submodule update --init
This feature has been tested on Fedora with:
poppler-utils-0.20.2-9.fc18.x86_64

View File

@ -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

View File

@ -41,8 +41,7 @@
;;; use guix -l guix-env.scm
;;;
;;; To set things up for the first time, you'll also need to run:
;;; git submodule init
;;; git submodule update
;;; git submodule update --init
;;; ./bootstrap.sh
;;; ./configure --without-virtualenv
;;; make