Skip to content

Commit 2113108

Browse files
committed
tmp
Signed-off-by: kvmw <[email protected]>
1 parent 8a68606 commit 2113108

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ For information on the Service Registry product in Tanzu Platform for Cloud Foun
1717
- Install dependencies
1818

1919
```
20-
# geeter-messages app
21-
pip install -r greeter-messages/requirements.txt
20+
# geeter-messages app
21+
pip install -r greeter-messages/requirements.txt
2222
23-
# greeter app
24-
pip install -r greeter/requirements.txt
23+
# greeter app
24+
pip install -r greeter/requirements.txt
2525
```
2626

2727
- Push applications:
2828

2929
```
3030
cf push
31-
# or push specific app
32-
cf push greeter-messages
31+
# or push each app separately
32+
cf push greeter-messages
33+
cf push greeter
3334
```
3435

3536
## Trying It Out

0 commit comments

Comments
 (0)