diff --git a/docs/install/Knative-with-Minishift.md b/docs/install/Knative-with-Minishift.md index fb0c38e96..aa8f5eb43 100644 --- a/docs/install/Knative-with-Minishift.md +++ b/docs/install/Knative-with-Minishift.md @@ -229,8 +229,8 @@ curl -s https://raw.githubusercontent.com/knative/docs/master/docs/install/scrip 1. Install Knative serving: ```shell - oc apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \ - oc apply --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \ + oc apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml && \ + oc apply --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml && \ oc apply --filename https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml ```