Update README

This commit is contained in:
Mitchell Hashimoto 2014-03-09 21:46:01 -07:00
parent 6a5fee0191
commit cf8bfe0d7f
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ to add `/opt/vagrant/bin` to your `PATH`. After this, you're ready to go!
To build your first virtual environment: To build your first virtual environment:
vagrant init precise32 http://files.vagrantup.com/precise32.box vagrant init hashicorp/precise32
vagrant up vagrant up
Note: The above `vagrant up` command will also trigger Vagrant to download the Note: The above `vagrant up` command will also trigger Vagrant to download the
@ -29,7 +29,7 @@ the box doesn't already exist on your system.
## Getting Started Guide ## Getting Started Guide
To learn how to build a fully functional rails development environment, view the To learn how to build a fully functional development environment, follow the
[getting started guide](http://docs.vagrantup.com/v2/getting-started/index.html). [getting started guide](http://docs.vagrantup.com/v2/getting-started/index.html).
## Installing the Gem from Git ## Installing the Gem from Git