diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 2b02ece9..57dedeaf 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -26,7 +26,7 @@ make go-dependencies Build and run **jenkins-operator** locally: ```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: