Fix build command in demo app README.

This commit is contained in:
Scott Frederick
2017-12-14 11:19:09 -06:00
committed by GitHub
parent 5eeb98a198
commit b0284ba1d8

View File

@@ -3,7 +3,7 @@
This application can be used to test CredHub connectivity by deploying it to a Cloud Foundry platform that has CredHub installed. The demo application includes a deployment manifest that makes it simple to deploy the application. Use the http://docs.cloudfoundry.org/cf-cli/getting-started.html[`cf` CLI] to target and authenticate to a Cloud Foundry platform, and run the following commands:
----
$ ./gradlew assemble
$ ../gradlew assemble
$ cf push -f manifest.yml
----