mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Change README to use the new vagrant init style for specifying box URL
This commit is contained in:
parent
b6719d00d9
commit
17c397fa28
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue