You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/09/02 14:37:18 UTC

[4/9] incubator-brooklyn git commit: README.MD quick start description update

README.MD quick start description update

README.md previously directed users to run the app by using
“bin/brooklyn launch”, however this should be “./brooklyn/bin/brooklyn
launch”


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

Branch: refs/heads/0.8.0-incubating
Commit: 99e8395f90b51c4db71c255a3f2e35d9d0282da4
Parents: 47151be
Author: Graeme-Miller <gr...@Graemes-MacBook-Pro.local>
Authored: Wed Sep 2 10:01:44 2015 +0100
Committer: Alex Heneveld <al...@cloudsoft.io>
Committed: Wed Sep 2 13:36:39 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/99e8395f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b40d28e..a05ee75 100644
--- a/README.md
+++ b/README.md
@@ -45,9 +45,8 @@ Alternatively, use Brooklyn as an integrated-stand-alone management node for you
 Three quick start options are available:
 
 * The [getting started guide](https://brooklyn.incubator.apache.org/v/latest/start/running.html) 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; cd usage/dist/target/brooklyn-dist; bin/brooklyn launch`
-`.
+* Alternatively, [download the latest release](https://github.com/brooklyncentral/brooklyn/tarball/master) (tgz).
+* 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; ./brooklyn/bin/brooklyn launch`.
 
 ## Community
 
@@ -86,4 +85,3 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-