Skip to content

Commit

Permalink
Merge pull request #3728 from tgelpi/patch-2
Browse files Browse the repository at this point in the history
Include Homebrew
  • Loading branch information
jenkins-x-bot authored Mar 11, 2024
2 parents d869fa2 + f3df2c0 commit fe2ff3f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/en/v3/admin/setup/jx3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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

Expand All @@ -20,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
Expand Down

0 comments on commit fe2ff3f

Please sign in to comment.