From 628e32a8aa4a051cb56982f20a93958113ed6b6a Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 17 Feb 2016 17:09:36 +0000
Subject: [PATCH] OPENDJ-2695 - improve build instructions

---
 README.md |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index d88046d..0127cd7 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,23 @@
 Build it yourself
 -----------------
 
-You need `git` and `maven` in order to get the source code and build it:
+You need `git` and `maven` in order to get the source code and build it. The OpenDJ Directory Server binaries will be
+built in `opendj-server-legacy/target/package`:
 
 ```bash
 git clone ssh://git@stash.forgerock.org:7999/opendj/opendj.git
 cd opendj
 mvn clean install
+
+# OpenDJ Server is built here:
+cd opendj-server-legacy/target/package
+
+# Package is *.zip:
+ls *.zip
+
+# ...or install and run immediately:
+cd opendj
+./setup
 ```
 
 Getting started

--
Gitblit v1.10.0