Update docs

This commit is contained in:
Tomasz Sęk 2019-01-17 21:38:21 +01:00
parent fc7c75a8ca
commit 88d4f82e48
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ make go-dependencies
Build and run **jenkins-operator** locally: Build and run **jenkins-operator** locally:
```bash ```bash
make build && make docker-build && make minikube-run EXTRA_ARGS='--minikube --local' make build && make minikube-run EXTRA_ARGS='--minikube --local'
``` ```
Once minikube and **jenkins-operator** are up and running, apply Jenkins custom resource: Once minikube and **jenkins-operator** are up and running, apply Jenkins custom resource: