Skip to content

Commit b168862

Browse files
authored
Merge pull request #7570 from dankenigsberg/uppercase-Linux
📖 quickstart: consistent Linux captialization
2 parents c148261 + b6ed0b5 commit b168862

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ a target [management cluster] on the selected [infrastructure provider].
150150
### Install clusterctl
151151
The 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
159159
curl -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
201201
Install 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
259259
Download 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
```
265265
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-linux-amd64" version:"1.x"}} -o clusterawsadm
266266
```

0 commit comments

Comments
 (0)