From 890ee640c05ca32c87259cc7e086453dbb5a33e5 Mon Sep 17 00:00:00 2001 From: Shane Sveller Date: Fri, 4 Sep 2020 17:04:01 -0500 Subject: [PATCH] Add link to installation guide from Get Started page --- docs/get-started/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 6c6a06f6..f1c508e9 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -36,6 +36,9 @@ To configure your shell to load gotk completions add to your bash profile: . <(gotk completion) ``` +Users who wish to install the CLI via Homebrew instead may find alternate +instructions on the [Installation](/guides/installation/#homebrew-installation) page. + ## GitOps workflow You'll be using a dedicated Git repository e.g. `fleet-infra` to manage one or more Kubernetes clusters.