We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1826ca + 270b7bf commit 90923e7Copy full SHA for 90923e7
docs/book/src/user/quick-start.md
@@ -169,14 +169,14 @@ clusterctl version
169
Go to the working directory where you want clusterctl downloaded.
170
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
+```powershell
+curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.2.x"}} -o clusterctl.exe
174
```
175
Append or prepend the path of that directory to the `PATH` environment variable.
176
177
Test to ensure the version you installed is up-to-date:
178
179
-clusterctl version
+clusterctl.exe version
180
181
182
{{#/tab }}
0 commit comments