From fdd6f1327944b7880600ca241b4e7d71b794c036 Mon Sep 17 00:00:00 2001 From: xianlubird Date: Mon, 19 Aug 2019 11:02:09 +0800 Subject: [PATCH] Optimize argo binary install documentation --- demo.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/demo.md b/demo.md index aa364638ac42..a084154521c1 100644 --- a/demo.md +++ b/demo.md @@ -11,13 +11,20 @@ the workflows. Here are the requirements and steps to run the workflows. ## 1. Download Argo -Download the latest Argo CD version from https://github.com/argoproj/argo/releases/latest. +Download the latest Argo binary version from https://github.com/argoproj/argo/releases/latest. Also available in Mac Homebrew: ``` brew install argoproj/tap/argo ``` +Also you can use this command to install for Linux + +``` +curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/v2.3.0/argo-linux-amd64 +chmod +x /usr/local/bin/argo +``` + ## 2. Install the Controller and UI ``` kubectl create namespace argo