From 17d20ecb01a574526c1c12226be15e400b01526f Mon Sep 17 00:00:00 2001 From: ajayk Date: Sat, 13 Feb 2021 09:18:12 -0800 Subject: [PATCH] docs: change to clusterctl instead of kubectl --- docs/book/src/user/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index b5886e4a8e22..ec45fc84633a 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -92,7 +92,7 @@ Download the latest release; for example, to download version v0.3.0 on linux, t ``` curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"0.3.x"}} -o clusterctl ``` -Make the kubectl binary executable. +Make the clusterctl binary executable. ``` chmod +x ./clusterctl ``` @@ -113,7 +113,7 @@ Download the latest release; for example, to download version v0.3.0 on macOS, t ``` curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"0.3.x"}} -o clusterctl ``` -Make the kubectl binary executable. +Make the clusterctl binary executable. ``` chmod +x ./clusterctl ```