Skip to content

Commit

Permalink
Fix command for handling template
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
jeffrey4l committed Jul 3, 2018
1 parent 8e8592e commit 242a434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ oc new-project <project-name>
Instantiate the [openshift-api-swagger](openshift-api-swagger-template.yml) template:

```
oc apply -f openshift-api-swagger-template.yml | oc apply -f-
oc process -f openshift-api-swagger-template.yml | oc apply -f-
```

Navigate to _host_ specified in the route that has been created:

```
oc get routes openshift-api-swagger
```
```

0 comments on commit 242a434

Please sign in to comment.