Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsonlima authored Aug 15, 2018
1 parent f98153f commit cb20df8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ rebuilds if you use `BUILD_HYPERKUBE=y` like described below).

### Using local cluster with JenkinsX

### Get jx (https://jenkins-x.io/)

```shell curl -L https://github.com/jenkins-x/jx/releases/download/v1.3.168/jx-darwin-amd64.tar.gz | tar xzv
```shell
# Get jx (https://jenkins-x.io/)
curl -L https://github.com/jenkins-x/jx/releases/download/v1.3.168/jx-darwin-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin```
### Install JenkinsX on DIND K8S Cluster
```shell jx install --provider=kubernetes --on-premise
# Install JenkinsX on DIND K8S Cluster
jx install --provider=kubernetes --on-premise
```

0 comments on commit cb20df8

Please sign in to comment.