Update README to point to installers

This commit is contained in:
Mitchell Hashimoto 2012-06-27 09:35:54 -07:00
parent 70bdd9f56e
commit 10a7fc09dc
1 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ on “[Why Vagrant?](http://vagrantup.com/docs/getting-started/why.html)”
## Quick Start ## Quick Start
First, make sure your development machine has [VirtualBox](http://www.virtualbox.org) First, make sure your development machine has [VirtualBox](http://www.virtualbox.org)
installed. The setup from that point forward is very easy, since Vagrant is simply installed. After this, [download the appropriate Vagrant package for your OS](http://downloads.vagrantup.com) and install that. If you're not on Mac OS X or Windows, you'll need
a rubygem. to add `/opt/vagrant/bin` to your `PATH`. After this, you're ready to go!
gem install vagrant
To build your first virtual environment: To build your first virtual environment: