Skip to content

Commit 69a28ea

Browse files
committed
update README
1 parent 0494cce commit 69a28ea

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ This is an example php application, which can be deployed to APPUiO using the fo
77
### CLI / oc Client
88

99
#### Create New OpenShift Project
10-
```
11-
$ oc new-project example-php-dockerfile-helloworld
10+
11+
```bash
12+
oc new-project example-php-dockerfile-helloworld
1213
```
1314

1415
#### Create Application and expose Service
15-
```
16-
$ oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex
1716

18-
$ oc expose service appuio-php-docker-ex
19-
```
17+
```bash
18+
oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex
2019

20+
oc expose service appuio-php-docker-ex
21+
```

0 commit comments

Comments
 (0)