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/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5878cf0f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/5878cf0f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/5878cf0f Branch: refs/heads/0.8.0-incubating Commit: 5878cf0f4f570180fcff8b8bfee604ea48a18337 Parents: aa66c2b Author: Graeme-Miller <[email protected]> Authored: Wed Sep 2 10:01:44 2015 +0100 Committer: Alex Heneveld <[email protected]> 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/brooklyn-server/blob/5878cf0f/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. -
