@@ -150,11 +150,11 @@ a target [management cluster] on the selected [infrastructure provider].
150150### Install clusterctl
151151The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster.
152152
153- {{#tabs name:"install-clusterctl" tabs:"linux ,macOS,homebrew,Windows"}}
154- {{#tab linux }}
153+ {{#tabs name:"install-clusterctl" tabs:"Linux ,macOS,homebrew,Windows"}}
154+ {{#tab Linux }}
155155
156- #### Install clusterctl binary with curl on linux
157- Download the latest release; on linux , type:
156+ #### Install clusterctl binary with curl on Linux
157+ Download the latest release; on Linux , type:
158158` ` ` bash
159159curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
160160` ` `
@@ -196,7 +196,7 @@ clusterctl version
196196{{# /tab }}
197197{{# tab homebrew}}
198198
199- # ### Install clusterctl with homebrew on macOS and linux
199+ # ### Install clusterctl with homebrew on macOS and Linux
200200
201201Install the latest release using homebrew:
202202
@@ -257,10 +257,10 @@ before getting started with Cluster API. See below for the expected settings for
257257{{# tab AWS}}
258258
259259Download the latest binary of ` clusterawsadm` from the [AWS provider releases].
260- {{# tabs name:"install-clusterawsadm" tabs:"linux ,macOS,homebrew"}}
261- {{# tab linux }}
260+ {{# tabs name:"install-clusterawsadm" tabs:"Linux ,macOS,homebrew"}}
261+ {{# tab Linux }}
262262
263- Download the latest release; on linux , type:
263+ Download the latest release; on Linux , type:
264264` ` `
265265curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-linux-amd64" version:"1.x"}} -o clusterawsadm
266266` ` `
0 commit comments