Change README to use the new `vagrant init` style for specifying box URL
This commit is contained in:
parent
b6719d00d9
commit
17c397fa28
|
@ -22,10 +22,13 @@ a rubygem.
|
||||||
|
|
||||||
To build your first virtual environment:
|
To build your first virtual environment:
|
||||||
|
|
||||||
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
|
vagrant init lucid32 http://files.vagrantup.com/lucid32.box
|
||||||
vagrant init lucid32
|
|
||||||
vagrant up
|
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
|
## Getting Started Guide and Video
|
||||||
|
|
||||||
To learn how to build a fully functional rails development environment, view the
|
To learn how to build a fully functional rails development environment, view the
|
||||||
|
|
Loading…
Reference in New Issue