From c9933a3addaa40d68ac12fe2d46e167817a9ed28 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 28 Apr 2013 17:58:52 -0300 Subject: [PATCH] Add note about Vagrant 1.2+ VAGRANT_DEFAULT_PROVIDER to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 386ef24..593379c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ Vagrant.configure("2") do |config| end ``` -And finally run `vagrant up --provider=lxc`. +And finally run `vagrant up --provider=lxc`. If you are using Vagrant 1.2+ you can +also set `VAGRANT_DEFAULT_PROVIDER` environmental variable to `lxc`. If you are on a mac or window host and still want to try this plugin out, you can use the [same Vagrant VirtualBox machine I use for development](#using-virtualbox-for-development).