From a18eb0fe663e90c96a22ef28bf8686fc30d384f3 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 28 Nov 2025 21:49:33 +0100 Subject: [PATCH] docs: update readme with 'flux' bootstrap command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9df50ac..54dfe57 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ ```bash nix develop # optional step for Nix users k3d cluster create --image=rancher/k3s:v1.32.10-k3s1 lab # specify a version here as default may be ⇐ FluxCD requirement +flux bootstrap gitea --hostname=git.hektormisplon.xyz --owner=hektor --repository=lab --path=clusters/lab --token-auth ```