Added CLI download locations
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/55337100 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/55337100 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/55337100 Branch: refs/heads/0.9.0 Commit: 55337100a4c3a395c134344192d524059359d203 Parents: e7ef680 Author: Duncan Godwin <[email protected]> Authored: Thu Apr 7 15:05:49 2016 +0100 Committer: Duncan Godwin <[email protected]> Committed: Thu May 12 11:30:49 2016 +0100 ---------------------------------------------------------------------- guide/start/running.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/55337100/guide/start/running.md ---------------------------------------------------------------------- diff --git a/guide/start/running.md b/guide/start/running.md index 0518743..9809b83 100644 --- a/guide/start/running.md +++ b/guide/start/running.md @@ -187,10 +187,16 @@ address of the management interface: INFO Started Brooklyn console at http://127.0.0.1:8081/, running classpath://brooklyn.war </pre> -By default it can be accessed by opening [127.0.0.1:8081](http://127.0.0.1:8081){:target="_blank"} in your web browser. +By default it can be accessed by opening [127.0.0.1:8081](http://127.0.0.1:8081){:target="_blank"} in your web browser. The rest of this getting started guide uses the Apache Brooklyn command line interface (CLI) tool, `br`. -This tool is distributed along with Apache Brooklyn. See details on the [Client CLI Reference](../ops/cli/) page. +This tool is both distributed with Apache Brooklyn or can be downloaded using the most appropriate link for your OS: + +* [Windows](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-client-cli-windows.zip) +* [Linux](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-client-cli-linux.tar.gz) +* [OSX](https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn-{{site.brooklyn-version}}-client-cli-macosx.tar.gz) + +For details on the CLI, see the [Client CLI Reference](../ops/cli/) page. ## Next
