We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f519172 + 581dc5e commit 8b4214dCopy full SHA for 8b4214d
docs/book/src/user/quick-start.md
@@ -165,14 +165,14 @@ clusterctl version
165
Go to the working directory where you want clusterctl downloaded.
166
167
Download the latest release; on Windows, type:
168
-```bash
169
-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
170
```
171
Append or prepend the path of that directory to the `PATH` environment variable.
172
173
Test to ensure the version you installed is up-to-date:
174
175
-clusterctl version
+clusterctl.exe version
176
177
178
{{#/tab }}
0 commit comments