Clarify build instructions

Closes gh-272
This commit is contained in:
Stephane Nicoll 2016-08-20 11:55:19 +02:00
parent 20140276dd
commit 749ca9de7b

View File

@ -229,10 +229,13 @@ https://console.run.pivotal.io/tools[Pivotal Web Services].
You should ensure that the application name and URL (name and host values) are suitable for
your environment before running `cf push`.
First, make sure that you have <<building, built the library>>, the build the service from
the `initializr-service` directory:
Make sure first that the jar has been created:
[indent=0]
----
$ cd initializr-service
$ mvn package
----