Repository: incubator-brooklyn Updated Branches: refs/heads/master e0cc1a646 -> 2835106ac
Clarify instructions The current instructions are confusing. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/70ea692d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/70ea692d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/70ea692d Branch: refs/heads/master Commit: 70ea692d72e63cbda882e7365665df341ad84af6 Parents: e0cc1a6 Author: jadelus <[email protected]> Authored: Tue Feb 17 19:53:58 2015 -0800 Committer: jadelus <[email protected]> Committed: Tue Feb 17 19:53:58 2015 -0800 ---------------------------------------------------------------------- docs/website/download/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/70ea692d/docs/website/download/index.md ---------------------------------------------------------------------- diff --git a/docs/website/download/index.md b/docs/website/download/index.md index f997b92..18ba08a 100644 --- a/docs/website/download/index.md +++ b/docs/website/download/index.md @@ -19,14 +19,19 @@ We do not yet have an official binary package for Apache Brooklyn. We plan to ad However, it is relatively easy to create the binary package from source code, if you have a working recent JDK and Maven 3. -**1)** Unpack `apache-brooklyn-{{ site.brooklyn-stable-version }}.tar.gz` and go into this directory: +**1)** Unpack `apache-brooklyn-{{ site.brooklyn-stable-version }}.tar.gz` {% highlight bash %} tar xvfz apache-brooklyn-{{ site.brooklyn-stable-version }}.tar.gz +{% endhighlight %} + +**2)** Move to the newly created `apache-brooklyn-{{ site.brooklyn-stable-version }}` folder: + +{% highlight bash %} cd apache-brooklyn-{{ site.brooklyn-stable-version }} {% endhighlight %} -**2)** Run this command in the `apache-brooklyn-{{ site.brooklyn-stable-version }}` folder: +**3)** Run this command in the `apache-brooklyn-{{ site.brooklyn-stable-version }}` folder: {% highlight bash %} mvn clean install -DskipTests
