diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index 5d7d4ea75cbd..55f81680f01c 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -254,6 +254,20 @@ Test to ensure the version you installed is up-to-date: clusterctl.exe version ``` +{{#/tab }} +{{#tab Go}} + +#### Install clusterctl with Go +Install the latest version of clusterctl using Go: +```bash +go install sigs.k8s.io/cluster-api/cmd/clusterctl@latest +``` + +Test to ensure the version you installed is up-to-date: +```bash +clusterctl version +``` + {{#/tab }} {{#/tabs }}