docs: add a missing git pull command

Signed-off-by: Inseo Kim <sano307@naver.com>
pull/490/head
Inseo Kim 4 years ago
parent 5ddcb39129
commit dcfe0e5eaa

@ -88,6 +88,12 @@ flux bootstrap github \
--personal --personal
``` ```
Pull the changes locally:
```sh
git pull
```
!!! hint "ARM" !!! hint "ARM"
When deploying to a Kubernetes cluster with ARM architecture, When deploying to a Kubernetes cluster with ARM architecture,
you can use `--arch=arm` for ARMv7 32-bit container images you can use `--arch=arm` for ARMv7 32-bit container images

Loading…
Cancel
Save