From fa49c75eb87374f7138db2ebd9e66c75b9a06e06 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 12 Mar 2013 14:45:09 -0300 Subject: [PATCH] Update README base box url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a401d..94edafc 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ and made it available from [`vagrant-lxc`](bin/vagrant-lxc). So after installing ```ruby Vagrant.configure("2") do |config| config.vm.box = "lxc-quantal64" - config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-08.box' + config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box' # Share an additional folder to the guest Container. The first argument # is the path on the host to the actual folder. The second argument is