From 749ca9de7b8da90d9ee69cd8f100b49ab5f6c1d3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 20 Aug 2016 11:55:19 +0200 Subject: [PATCH] Clarify build instructions Closes gh-272 --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index ab78bbf8..0e9a4929 100644 --- a/README.adoc +++ b/README.adoc @@ -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 <>, 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 ----