Skip to content

Commit 270b7bf

Browse files
committed
fixing clusterctl.exe installation directions for curl.exe
1 parent 646cdc4 commit 270b7bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/src/user/quick-start.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ clusterctl version
165165
Go to the working directory where you want clusterctl downloaded.
166166
167167
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
168+
```powershell
169+
curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.2.x"}} -o clusterctl.exe
170170
```
171171
Append or prepend the path of that directory to the `PATH` environment variable.
172172
173173
Test to ensure the version you installed is up-to-date:
174-
```bash
175-
clusterctl version
174+
```powershell
175+
clusterctl.exe version
176176
```
177177
178178
{{#/tab }}

0 commit comments

Comments
 (0)