README: fix path to built karaf artifact

Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/5122c6d5
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/5122c6d5
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/5122c6d5

Branch: refs/heads/master
Commit: 5122c6d558465a6254c81fa7c1bcc6b959f6710d
Parents: c2a3f37
Author: Aled Sage <aled.s...@gmail.com>
Authored: Thu Sep 27 10:41:07 2018 +0100
Committer: Aled Sage <aled.s...@gmail.com>
Committed: Thu Sep 27 10:41:07 2018 +0100

----------------------------------------------------------------------
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/5122c6d5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c0dc0ae..5dc1e1a 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,10 @@ docker run -i --rm --name brooklyn -u $(id -u):$(id -g) \
 The results are in `brooklyn-dist/dist/target/`, including a tar and a zip.
 Or to run straight after the build, do:
 
-    pushd brooklyn-dist/dist/target/brooklyn-dist/brooklyn/
-    bin/brooklyn launch
+```bash
+pushd brooklyn-dist/karaf/apache-brooklyn/target/assembly/
+./bin/start
+```
 
 
 ### Resources

Reply via email to