From 78bccff685e5274cb09941f877083466bcd0ef7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 7 Jan 2019 12:01:49 +0100 Subject: [PATCH] Use the git submodule update command with the --init flag in the docs --- doc/backup-and-restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/backup-and-restore.md b/doc/backup-and-restore.md index c7bb9af..c953546 100644 --- a/doc/backup-and-restore.md +++ b/doc/backup-and-restore.md @@ -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` 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: