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 2016/02/01 18:29:05 UTC

[31/50] brooklyn-docs git commit: Switch to using "git clone" and remove $BROOKLYN_EXAMPLES_DIR in "before you begin"

Switch to using "git clone" and remove $BROOKLYN_EXAMPLES_DIR in "before you begin"


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

Branch: refs/heads/0.4.0
Commit: 32a8a33e65382e0a3b7dca371e2ec0d49222685c
Parents: a3364a4
Author: Cosmin Dumitrache <co...@cloudsoftcorp.com>
Authored: Tue Jul 31 17:24:03 2012 +0100
Committer: Cosmin Dumitrache <co...@cloudsoftcorp.com>
Committed: Tue Jul 31 17:24:03 2012 +0100

----------------------------------------------------------------------
 docs/use/examples/before-begin.include.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/32a8a33e/docs/use/examples/before-begin.include.md
----------------------------------------------------------------------
diff --git a/docs/use/examples/before-begin.include.md b/docs/use/examples/before-begin.include.md
index 674ba33..3c99973 100644
--- a/docs/use/examples/before-begin.include.md
+++ b/docs/use/examples/before-begin.include.md
@@ -13,10 +13,9 @@ First, grab a copy of the Brooklyn distribution:
 Then, grab a copy of the brooklyn-examples source code and build with Maven:
 
 {% highlight bash %}
-% curl -L https://github.com/brooklyncentral/brooklyn-examples/tarball/0.4.0-M2 -o brooklyn-examples-dist-0.4.0-M2.tgz
-% tar xvzf brooklyn-examples-dist-0.4.0-M2.tgz
-% export BROOKLYN_EXAMPLES_DIR=$(pwd)/brooklyncentral-brooklyn-examples-b296711
-% cd ${BROOKLYN_EXAMPLES_DIR}
+% git clone https://github.com/brooklyncentral/brooklyn-examples.git
+% cd brooklyn-examples
+% git checkout 0.4.0-M2
 % mvn clean install
 {% endhighlight %}