Skip to content

Commit

Permalink
docs: Add more readable argo CLI installation guide. Fixes #11750 (#1…
Browse files Browse the repository at this point in the history
…1751)

Signed-off-by: shmruin <meme_hm@naver.com>
  • Loading branch information
shmruin authored Sep 13, 2023
1 parent 4591af6 commit 93e3793
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This will serve the UI on <https://localhost:2746>. 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

Expand Down
6 changes: 6 additions & 0 deletions docs/walk-through/argo-cli.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93e3793

Please sign in to comment.