Use the git submodule update command with the --init flag in the docs

This commit is contained in:
Greg Karékinian 2019-01-07 12:01:49 +01:00
parent cef013a40a
commit 78bccff685

View File

@ -4,9 +4,9 @@ We're using [Ark][1] for backing up Kubernetes config and GKE resources. It is
available as a Git submodule in the `vendor/` folder (incl. the `ark` available as a Git submodule in the `vendor/` folder (incl. the `ark`
executable). executable).
In order to initialize submodules in your local repo, run once: In order to initialize and update submodules in your local repo, run once:
git submodule init git submodule update --init
Then, to fetch/update the modules, run: Then, to fetch/update the modules, run: