Skip to content

Commit 90923e7

Browse files
authored
Merge pull request #6995 from luthermonson/fix-docs
📖 fixing clusterctl.exe installation directions for curl.exe
2 parents c1826ca + 270b7bf commit 90923e7

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
@@ -169,14 +169,14 @@ clusterctl version
169169
Go to the working directory where you want clusterctl downloaded.
170170
171171
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
174174
```
175175
Append or prepend the path of that directory to the `PATH` environment variable.
176176
177177
Test to ensure the version you installed is up-to-date:
178-
```bash
179-
clusterctl version
178+
```powershell
179+
clusterctl.exe version
180180
```
181181
182182
{{#/tab }}

0 commit comments

Comments
 (0)