Use the git submodule update command with the --init flag in the docs
This commit is contained in:
parent
cef013a40a
commit
78bccff685
@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user