From f3df2c041dc0aa9439f911840c8e41c6bda96fd3 Mon Sep 17 00:00:00 2001 From: Ted Gelpi Date: Mon, 11 Mar 2024 11:34:04 -0400 Subject: [PATCH] Update _index.md --- content/en/v3/admin/setup/jx3/_index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/en/v3/admin/setup/jx3/_index.md b/content/en/v3/admin/setup/jx3/_index.md index 5362c99772..98d7eb6259 100644 --- a/content/en/v3/admin/setup/jx3/_index.md +++ b/content/en/v3/admin/setup/jx3/_index.md @@ -11,11 +11,6 @@ aliases: You can download 3.x of `jx` from here: https://github.com/jenkins-x/jx/releases or use `HomeBrew` (macOS). -### Homebrew (macOS) -```shell -brew install --no-quarantine --cask jenkins-x/jx/jx -``` - ### Linux ```shell @@ -25,7 +20,11 @@ sudo mv jx /usr/local/bin ``` ### macOS - +* HomeBrew method: +```shell +brew install --no-quarantine --cask jenkins-x/jx/jx +``` +* Curl method: ```shell curl -L https://github.com/jenkins-x/jx/releases/download/v{{< version >}}/jx-darwin-amd64.tar.gz | tar xzv chmod +x jx