File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
9696{{#tab linux}}
9797
9898#### Install clusterctl binary with curl on linux
99- Download the latest release; for example, to download version v0.3.0 on linux, type:
99+ Download the latest release; on linux, type:
100100```
101101curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"0.3.x"}} -o clusterctl
102102```
@@ -117,7 +117,7 @@ clusterctl version
117117{{#tab macOS}}
118118
119119##### Install clusterctl binary with curl on macOS
120- Download the latest release; for example, to download version v0.3.0 on macOS, type:
120+ Download the latest release; on macOS, type:
121121```
122122curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"0.3.x"}} -o clusterctl
123123```
You can’t perform that action at this time.
0 commit comments