From dcfe0e5eaa3d4dc12edd5c578ccf2dbb7e732fbd Mon Sep 17 00:00:00 2001 From: Inseo Kim Date: Sat, 21 Nov 2020 15:23:19 +0900 Subject: [PATCH] docs: add a missing git pull command Signed-off-by: Inseo Kim --- docs/get-started/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 15a165e7..d8befca4 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -88,6 +88,12 @@ flux bootstrap github \ --personal ``` +Pull the changes locally: + +```sh +git pull +``` + !!! hint "ARM" When deploying to a Kubernetes cluster with ARM architecture, you can use `--arch=arm` for ARMv7 32-bit container images