Skip to content

Commit 6310baf

Browse files
committed
Update README.md
1 parent e87e50d commit 6310baf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Unless required by applicable law or agreed to in writing, software distributed
1818

1919
## Prerequisites ##
2020

21-
Before we begin, we first need to install the command line tool that will be used to upload and manage your application. Cloud Foundry uses a tool called [**cf**](https://github.com/cloudfoundry/cli). Make sure you are using v6 of the cf cli by using
21+
Before we begin, we first need to install the command line tool that will be used to upload and manage your application. Cloud Foundry uses a tool called [**cf**](https://github.com/cloudfoundry/cli/releases). If you've previously installed an older version of the cf tool, make sure you are now using v6 of the cf cli via
2222

23-
cf -v
23+
cf -v
2424

2525
to see the version.
2626

@@ -65,7 +65,7 @@ In order to deploy your app on BlueMix, it has to be wrapped in a WAR file. You
6565
|------------|----------------------------------------------------|
6666
| *example:* | `$ cf create-service postgresql 100 postgresql_JPU`|
6767

68-
3. From the directory you placed your WAR file in, push the app with a -p flag to specify the WAR file path and the --no-start option so we can bind our required service before starting our app. Give your app a unique app name to be used as its host; for example: this would be https://jpu.ng.bluemix.net.
68+
3. From the directory you placed your WAR file in, push the app with the -p flag to specify the WAR file path and the --no-start option so we can bind our required service before starting our app. Give your app a unique app name to be used as its hostname; for instance the example below would be hosted at http://jpu.ng.bluemix.net.
6969

7070
| *usage:* | `$ cf push APP [--no-manifest] [--no-start] [-p PATH]` |
7171
|------------|-----------------------------------------------------------------|

0 commit comments

Comments
 (0)