Add Vagrant's require_plugin to README example

This commit is contained in:
Fabio Rehm 2013-03-26 21:53:28 -03:00
parent 0e6a00d8b7
commit a6da7978ad

View file

@ -51,6 +51,8 @@ vagrant plugin install vagrant-lxc
After that you can create a `Vagrantfile` like the one below and run `vagrant up --provider=lxc`:
```ruby
Vagrant.require_plugin 'vagrant-lxc'
Vagrant.configure("2") do |config|
config.vm.box = "lxc-quantal64"
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box'