From 0588c8d8a0677f05815b52fc14038614c1ac327f Mon Sep 17 00:00:00 2001 From: jaimingajjar Date: Sat, 23 Sep 2023 18:21:50 +0530 Subject: [PATCH 1/4] improved CLI installation instructions in quickstart --- docs/docs/20-quickstart.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/20-quickstart.mdx b/docs/docs/20-quickstart.mdx index 24a23a666..612bd466e 100644 --- a/docs/docs/20-quickstart.mdx +++ b/docs/docs/20-quickstart.mdx @@ -25,7 +25,14 @@ This guide presents a basic introduction to Kargo. Together, we will: * kind: v0.17.0 * k3d: v5.4.9 * [Helm](https://helm.sh/docs/): These instructions were tested with v3.11.2. -* The `kargo` CLI: Download it from [the releases page](https://github.com/akuity/kargo/releases/latest). +* The `kargo` CLI: To install the kargo CLI, follow these steps. + + 1. Visit [the releases page](https://github.com/akuity/kargo/releases/latest) of the Kargo GitHub repository + 2. Download the appropriate release package for your operating system (e.g., `kargo-linux-amd64` for Linux). + 3. Extract the contents of the downloaded package to a directory of your choice. + 4. Add the directory containing the `kargo` executable to your system's `PATH` environment variable. + + After completing these steps, you should be able to run the kargo command in your terminal to interact with Kargo. ### Starting a Local Cluster From 13e12fcd245208e56c6f6cde8d799065589aa58e Mon Sep 17 00:00:00 2001 From: Jaimin Gajjar <82583076+jaimin001@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:27:29 +0530 Subject: [PATCH 2/4] Update docs/docs/20-quickstart.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wojtek CichoĊ„ --- docs/docs/20-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-quickstart.mdx b/docs/docs/20-quickstart.mdx index 612bd466e..f92685e5a 100644 --- a/docs/docs/20-quickstart.mdx +++ b/docs/docs/20-quickstart.mdx @@ -32,7 +32,7 @@ This guide presents a basic introduction to Kargo. Together, we will: 3. Extract the contents of the downloaded package to a directory of your choice. 4. Add the directory containing the `kargo` executable to your system's `PATH` environment variable. - After completing these steps, you should be able to run the kargo command in your terminal to interact with Kargo. + After completing these steps, you should be able to run the `kargo` command in your terminal to interact with Kargo. ### Starting a Local Cluster From c319191a60ca947e469a9b6b407ec3caa8b05da1 Mon Sep 17 00:00:00 2001 From: Jaimin Gajjar <82583076+jaimin001@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:12:17 +0530 Subject: [PATCH 3/4] Update docs/docs/20-quickstart.mdx Co-authored-by: Nicholas Morey --- docs/docs/20-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-quickstart.mdx b/docs/docs/20-quickstart.mdx index 09b039a1b..883427383 100644 --- a/docs/docs/20-quickstart.mdx +++ b/docs/docs/20-quickstart.mdx @@ -27,7 +27,7 @@ This guide presents a basic introduction to Kargo. Together, we will: * [Helm](https://helm.sh/docs/): These instructions were tested with v3.11.2. * The `kargo` CLI: To install the kargo CLI, follow these steps. - 1. Visit [the releases page](https://github.com/akuity/kargo/releases/latest) of the Kargo GitHub repository + 1. Visit [the releases page](https://github.com/akuity/kargo/releases/latest) of the Kargo GitHub repository. 2. Download the appropriate release package for your operating system (e.g., `kargo-linux-amd64` for Linux). 3. Extract the contents of the downloaded package to a directory of your choice. 4. Add the directory containing the `kargo` executable to your system's `PATH` environment variable. From 1a78c814269ed1036d125b2fb1155ce52fcedaf0 Mon Sep 17 00:00:00 2001 From: Nicholas Morey Date: Mon, 25 Sep 2023 11:45:41 -0400 Subject: [PATCH 4/4] Update docs/docs/20-quickstart.mdx --- docs/docs/20-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-quickstart.mdx b/docs/docs/20-quickstart.mdx index 883427383..baa378d37 100644 --- a/docs/docs/20-quickstart.mdx +++ b/docs/docs/20-quickstart.mdx @@ -25,7 +25,7 @@ This guide presents a basic introduction to Kargo. Together, we will: * kind: v0.17.0 * k3d: v5.4.9 * [Helm](https://helm.sh/docs/): These instructions were tested with v3.11.2. -* The `kargo` CLI: To install the kargo CLI, follow these steps. +* The `kargo` CLI: To install it, follow these steps. 1. Visit [the releases page](https://github.com/akuity/kargo/releases/latest) of the Kargo GitHub repository. 2. Download the appropriate release package for your operating system (e.g., `kargo-linux-amd64` for Linux).