From c61ad61dd5e5779c7c7b93fdaaff0f8207d86e89 Mon Sep 17 00:00:00 2001 From: Ted Gelpi Date: Fri, 8 Mar 2024 10:09:56 -0500 Subject: [PATCH 1/3] Include Homebrew jenkins-x/homebrew-jx is the homebrew repo for installing the jx client for Jenkins X --- content/en/v3/admin/setup/jx3/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/v3/admin/setup/jx3/_index.md b/content/en/v3/admin/setup/jx3/_index.md index 40e6fc1de71..5a697ffca78 100644 --- a/content/en/v3/admin/setup/jx3/_index.md +++ b/content/en/v3/admin/setup/jx3/_index.md @@ -9,7 +9,12 @@ aliases: - /v3/admin/guides/jx3 --- -You can download 3.x of `jx` from here: https://github.com/jenkins-x/jx/releases +You can download 3.x of `jx` from here: https://github.com/jenkins-x/jx/releases or use `HomeBrew` (macOS & Linux). + +### Homebrew (macOS & Linux) +```shell +brew install --no-quarantine --cask jenkins-x/jx/jx +``` ### Linux From b17a6016c565de6437ece750809c0462a4ad6c42 Mon Sep 17 00:00:00 2001 From: Ted Gelpi Date: Sat, 9 Mar 2024 09:10:26 -0500 Subject: [PATCH 2/3] Update _index.md --- content/en/v3/admin/setup/jx3/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/v3/admin/setup/jx3/_index.md b/content/en/v3/admin/setup/jx3/_index.md index 5a697ffca78..5362c997728 100644 --- a/content/en/v3/admin/setup/jx3/_index.md +++ b/content/en/v3/admin/setup/jx3/_index.md @@ -9,9 +9,9 @@ aliases: - /v3/admin/guides/jx3 --- -You can download 3.x of `jx` from here: https://github.com/jenkins-x/jx/releases or use `HomeBrew` (macOS & Linux). +You can download 3.x of `jx` from here: https://github.com/jenkins-x/jx/releases or use `HomeBrew` (macOS). -### Homebrew (macOS & Linux) +### Homebrew (macOS) ```shell brew install --no-quarantine --cask jenkins-x/jx/jx ``` From f3df2c041dc0aa9439f911840c8e41c6bda96fd3 Mon Sep 17 00:00:00 2001 From: Ted Gelpi Date: Mon, 11 Mar 2024 11:34:04 -0400 Subject: [PATCH 3/3] 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 5362c997728..98d7eb62595 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