Update the build instructions to include the launch command
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/8bb6b2d0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/8bb6b2d0 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/8bb6b2d0 Branch: refs/heads/0.7.0-incubating Commit: 8bb6b2d0b3d9e799614a47b64081c1dcac51f7b8 Parents: f9aaa4d Author: Valentin Aitken <[email protected]> Authored: Tue Feb 10 17:37:29 2015 +0200 Committer: Valentin Aitken <[email protected]> Committed: Tue Feb 10 17:37:29 2015 +0200 ---------------------------------------------------------------------- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/8bb6b2d0/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index db11401..f2d828c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ Three quick start options are available: * The [getting started guide](https://brooklyn.incubator.apache.org/quickstart/) will step you through downloading and installing Brooklyn and running the examples. * Alternatively, [download the latest release](https://github.com/brooklyncentral/brooklyn/tarball/master) (tgz), -* or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `cd incubator-brooklyn; mvn clean install`. +* or, fork or clone the repo: `git clone git://github.com/apache/incubator-brooklyn.git` then `cd incubator-brooklyn; mvn clean install; cd usage/dist/target/brooklyn-dist; bin/brooklyn launch` +`. ## Community
