File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,14 +169,14 @@ clusterctl version
169
169
Go to the working directory where you want clusterctl downloaded.
170
170
171
171
Download the latest release; on Windows, type:
172
- ` ` ` bash
173
- curl {{# releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.2.x"}} -o clusterctl.exe
172
+ ` ` ` powershell
173
+ curl.exe -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.2.x"}} -o clusterctl.exe
174
174
` ` `
175
175
Append or prepend the path of that directory to the ` PATH` environment variable.
176
176
177
177
Test to ensure the version you installed is up-to-date:
178
- ` ` ` bash
179
- clusterctl version
178
+ ` ` ` powershell
179
+ clusterctl.exe version
180
180
` ` `
181
181
182
182
{{# /tab }}
You can’t perform that action at this time.
0 commit comments