Fix markup to avoid rendering error
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/a4d83597 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/a4d83597 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/a4d83597 Branch: refs/heads/master Commit: a4d835978b8b29caaa9c655563cf8c437249f9c5 Parents: d7da958 Author: Richard Downer <[email protected]> Authored: Tue Oct 10 14:21:37 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:56:02 2017 +0100 ---------------------------------------------------------------------- guide/start/running.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/a4d83597/guide/start/running.md ---------------------------------------------------------------------- diff --git a/guide/start/running.md b/guide/start/running.md index 9672120..b0507e8 100644 --- a/guide/start/running.md +++ b/guide/start/running.md @@ -25,13 +25,17 @@ Firstly, download and install: * [Vagrant](https://www.vagrantup.com/downloads.html) * [Oracle VirtualBox](https://www.virtualbox.org/wiki/Downloads) -Then download the provided Apache Brooklyn vagrant configuration from {% if 'SNAPSHOT' in book.brooklyn_version %} - [here](https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.brooklyn&a=brooklyn-vagrant&v={{book.brooklyn_version}}&c=dist&e=zip). +Then download the provided Apache Brooklyn vagrant configuration from +[here](https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.brooklyn&a=brooklyn-vagrant&v={{book.brooklyn_version}}&c=dist&e=zip). +This archive contains everything you need to create an environment for use with this guide, providing an Apache Brooklyn instance and some blank VMs. + {% else %} - [here](https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{book.brooklyn_version}}/apache-brooklyn-{{book.brooklyn_version}}-vagrant.tar.gz). -{% endif %} + +Then download the provided Apache Brooklyn vagrant configuration from +[here](https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{book.brooklyn_version}}/apache-brooklyn-{{book.brooklyn_version}}-vagrant.tar.gz). This archive contains everything you need to create an environment for use with this guide, providing an Apache Brooklyn instance and some blank VMs. +{% endif %} Extract the `tar.gz` archive and navigate into the expanded `apache-brooklyn-{{book.brooklyn_version}}-vagrant` folder {% if 'SNAPSHOT' in book.brooklyn_version %}(note: as this is a -SNAPSHOT version, your filename will be slightly different){% endif %}
