Change README to use the new `vagrant init` style for specifying box URL

This commit is contained in:
Mitchell Hashimoto 2010-08-01 17:28:44 -07:00
parent b6719d00d9
commit 17c397fa28
1 changed files with 5 additions and 2 deletions

View File

@ -22,10 +22,13 @@ a rubygem.
To build your first virtual environment:
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
vagrant init lucid32
vagrant init lucid32 http://files.vagrantup.com/lucid32.box
vagrant up
Note: The above `vagrant up` command will also trigger Vagrant to download the
`lucid32` box via the specified URL. Vagrant only does this if it detects that
the box doesn't already exist on your system.
## Getting Started Guide and Video
To learn how to build a fully functional rails development environment, view the