From e34d436f7e6c6f6a0ddedf4f883e9a42e43a1bde Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 25 Sep 2013 19:52:38 +0200 Subject: [PATCH] website/docs: mention installing virtualbox --- website/docs/source/v2/getting-started/index.html.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/getting-started/index.html.md b/website/docs/source/v2/getting-started/index.html.md index ed072b905..e5d319f00 100644 --- a/website/docs/source/v2/getting-started/index.html.md +++ b/website/docs/source/v2/getting-started/index.html.md @@ -9,8 +9,7 @@ The Vagrant getting started guide will walk you through your first Vagrant project, and show off the basics of the major features Vagrant has to offer. -Before diving into your first project, please [install Vagrant](/v2/installation/index.html). -And if you're curious what benefits Vagrant has to offer, you +If you're curious what benefits Vagrant has to offer, you should also read the ["Why Vagrant?"](/v2/why-vagrant/index.html) page. The getting started guide will use Vagrant with [VirtualBox](http://www.virtualbox.org), @@ -18,6 +17,10 @@ since it is free, available on every major platform, and built-in to Vagrant. After reading the guide though, don't forget that Vagrant can work with [many other providers](/v2/getting-started/providers.html). +Before diving into your first project, please [install Vagrant](/v2/installation/index.html). +And because we'll be using [VirtualBox](http://www.virtualbox.org) as our +provider for the getting started guide, please install that as well. + ## Up and Running ```