More specific about 3.1.x requirement. [closes GH-85]

This commit is contained in:
Mitchell Hashimoto 2010-05-26 21:19:22 -07:00
parent 00d7a33dd3
commit 8483215cdb
1 changed files with 5 additions and 4 deletions

View File

@ -23,11 +23,12 @@ VirtualBox runs on **Windows**, **Mac OS X**, **Linux**, and **Solaris**.
Here is a link directly to the [download page](http://www.virtualbox.org/wiki/Downloads).
<div class="info">
<h3>Version 3.1 or Higher!</h3>
<h3>Version 3.1.x!</h3>
<p>
Vagrant requires at least version 3.1 of VirtualBox. If your package manager is still
stuck on version 3.0 or lower, then download the 3.1 installation package from the official VirtualBox
<a href="http://www.virtualbox.org/wiki/Downloads">download page</a>.
Vagrant requires a version in the 3.1 series of VirtualBox (3.1.0 through 3.1.8). If your package manager is still stuck on a lower version or maybe is even on the 3.2 series already, then download the 3.1 installation pcakage from the official <a href="http://www.virtualbox.org/wiki/Downloads">download page</a>.
</p>
<p>
VirtualBox 3.2.x support is coming with the next release of Vagrant, in the coming weeks.
</p>
</div>