mirror of https://github.com/knative/docs.git
Fix bash syntax error (#1157)
Adds missing chaining in bash command resulting in invalid command error: Unexpected args: [oc apply oc apply]
This commit is contained in:
parent
c51c61656d
commit
8236ae4b70
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue