Skip to content

Commit 4586b16

Browse files
authored
Merge pull request #6137 from joekr/update-book-install
📖 Updated version pattern matching in quick-start
2 parents 4a72f0d + 8f82de9 commit 4586b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
101101
#### Install clusterctl binary with curl on linux
102102
Download the latest release; on linux, type:
103103
```
104-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.0.x"}} -o clusterctl
104+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.1.x"}} -o clusterctl
105105
```
106106
Make the clusterctl binary executable.
107107
```
@@ -122,12 +122,12 @@ clusterctl version
122122
#### Install clusterctl binary with curl on macOS
123123
Download the latest release; on macOS, type:
124124
```
125-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.0.x"}} -o clusterctl
125+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.1.x"}} -o clusterctl
126126
```
127127
128128
Or if your Mac has an M1 CPU ("Apple Silicon"):
129129
```
130-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.0.x"}} -o clusterctl
130+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.1.x"}} -o clusterctl
131131
```
132132
133133
Make the clusterctl binary executable.

0 commit comments

Comments
 (0)