Repository: incubator-brooklyn Updated Branches: refs/heads/master f3216d6ef -> f2de6ecfb
Update the build instructions to include the launch command Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/9dfc07f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/9dfc07f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/9dfc07f3 Branch: refs/heads/master Commit: 9dfc07f355a6c0ea1fc413c53b42a9aa08d65d42 Parents: 86da164 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/incubator-brooklyn/blob/9dfc07f3/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
