Skip to content

Commit

Permalink
Merge pull request #7570 from dankenigsberg/uppercase-Linux
Browse files Browse the repository at this point in the history
📖 quickstart: consistent Linux captialization
  • Loading branch information
k8s-ci-robot authored Nov 21, 2022
2 parents c148261 + b6ed0b5 commit b168862
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ a target [management cluster] on the selected [infrastructure provider].
### Install clusterctl
The clusterctl CLI tool handles the lifecycle of a Cluster API management cluster.
{{#tabs name:"install-clusterctl" tabs:"linux,macOS,homebrew,Windows"}}
{{#tab linux}}
{{#tabs name:"install-clusterctl" tabs:"Linux,macOS,homebrew,Windows"}}
{{#tab Linux}}
#### Install clusterctl binary with curl on linux
Download the latest release; on linux, type:
#### Install clusterctl binary with curl on Linux
Download the latest release; on Linux, type:
```bash
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
```
Expand Down Expand Up @@ -196,7 +196,7 @@ clusterctl version
{{#/tab }}
{{#tab homebrew}}
#### Install clusterctl with homebrew on macOS and linux
#### Install clusterctl with homebrew on macOS and Linux
Install the latest release using homebrew:
Expand Down Expand Up @@ -257,10 +257,10 @@ before getting started with Cluster API. See below for the expected settings for
{{#tab AWS}}
Download the latest binary of `clusterawsadm` from the [AWS provider releases].
{{#tabs name:"install-clusterawsadm" tabs:"linux,macOS,homebrew"}}
{{#tab linux}}
{{#tabs name:"install-clusterawsadm" tabs:"Linux,macOS,homebrew"}}
{{#tab Linux}}
Download the latest release; on linux, type:
Download the latest release; on Linux, type:
```
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-linux-amd64" version:"1.x"}} -o clusterawsadm
```
Expand Down

0 comments on commit b168862

Please sign in to comment.