Skip to content

Commit f80c6c0

Browse files
authored
Merge pull request #5095 from shivam-51/patch-1
📖 Remove "latest release"
2 parents 1c68fe9 + d582c63 commit f80c6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
9696
{{#tab linux}}
9797

9898
#### Install clusterctl binary with curl on linux
99-
Download the latest release; for example, to download version v0.3.0 on linux, type:
99+
Download the latest release; on linux, type:
100100
```
101101
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"0.3.x"}} -o clusterctl
102102
```
@@ -117,7 +117,7 @@ clusterctl version
117117
{{#tab macOS}}
118118

119119
##### Install clusterctl binary with curl on macOS
120-
Download the latest release; for example, to download version v0.3.0 on macOS, type:
120+
Download the latest release; on macOS, type:
121121
```
122122
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"0.3.x"}} -o clusterctl
123123
```

0 commit comments

Comments
 (0)