We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6928a commit 1b44253Copy full SHA for 1b44253
README.md
@@ -39,7 +39,7 @@ From the command line, navigate to the directory of the app and run the followin
39
40
| *usage:* | `$ cf push APP [--no-manifest] [--no-start] [-p PATH]` |
41
|------------|:----------------------------------------------------------------|
42
- | *example:* | `$ cf push jpu --no-manifest --no-start -p PostgreSQLUpload.war`|
+ | *example:* | `$ cf push jpu-<YOU-NAME> --no-manifest --no-start -p PostgreSQLUpload.war`|
43
44
*Note* : `-p PostgreSQLUpload.war` assumes you are running these commands from within the same directory that this file resides.
45
0 commit comments