Skip to content

Commit

Permalink
Merge pull request #7048 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…6995-to-release-1.2

[release-1.2] 📖 fixing clusterctl.exe installation directions for curl.exe
  • Loading branch information
k8s-ci-robot authored Aug 10, 2022
2 parents f519172 + 581dc5e commit 8b4214d
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 8b4214d

Please sign in to comment.