From b6ed0b5c6cc29dec43d57ab9e7e4a0d12b5da459 Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Sat, 19 Nov 2022 20:31:20 +0200 Subject: [PATCH] quickstart: consistent Linux captialization Throughout this document, Linux is typically spelled with an uppercase L. Fix few lowercase spellings for consistency (and better English, I suppose). Signed-off-by: Dan Kenigsberg --- docs/book/src/user/quick-start.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index be43d80b7a51..350e3b67b853 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -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 ``` @@ -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: @@ -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 ```