From 17c397fa2849d2b98c4870f0117bfa7ea09ddfd3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Aug 2010 17:28:44 -0700 Subject: [PATCH] Change README to use the new `vagrant init` style for specifying box URL --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47698d5c0..f4721af36 100644 --- a/README.md +++ b/README.md @@ -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