Skip to content

Commit

Permalink
fixing clusterctl.exe installation directions for curl.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson authored and k8s-infra-cherrypick-robot committed Aug 10, 2022
1 parent f519172 commit 581dc5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ clusterctl version
Go to the working directory where you want clusterctl downloaded.
Download the latest release; on Windows, type:
```bash
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
```
Append or prepend the path of that directory to the `PATH` environment variable.
Test to ensure the version you installed is up-to-date:
```bash
clusterctl version
```powershell
clusterctl.exe version
```
{{#/tab }}
Expand Down

0 comments on commit 581dc5e

Please sign in to comment.