Add Vagrant's require_plugin to README example
This commit is contained in:
parent
0e6a00d8b7
commit
a6da7978ad
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue