diff --git a/docs/quick-start.md b/docs/quick-start.md index 8126e61b347c..6ec8705121cb 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -57,7 +57,7 @@ This will serve the UI on . Due to the self-signed certi ## Install the Argo Workflows CLI -Next, Download the latest Argo CLI from the same [releases page](https://github.com/argoproj/argo-workflows/releases/latest). +You can more easily interact with Argo Workflows with the [Argo CLI](walk-through/argo-cli.md). ## Submitting an example workflow diff --git a/docs/walk-through/argo-cli.md b/docs/walk-through/argo-cli.md index ba78d9598efb..55eb3a4b6cdc 100644 --- a/docs/walk-through/argo-cli.md +++ b/docs/walk-through/argo-cli.md @@ -1,5 +1,11 @@ # Argo CLI +## Installation + +To install the Argo CLI, follow the instructions on the [GitHub Releases page](https://github.com/argoproj/argo-workflows/releases/). + +## Usage + In case you want to follow along with this walk-through, here's a quick overview of the most useful argo command line interface (CLI) commands. ```bash