Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tgelpi authored Mar 11, 2024
1 parent b17a601 commit f3df2c0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions content/en/v3/admin/setup/jx3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f3df2c0

Please sign in to comment.