Merge pull request #263 from Sicness/fix-readme

Fix the command vagrant box add in README.md
This commit is contained in:
Fabio Rehm 2014-04-01 15:44:07 -03:00
commit 69ba4d8f70

View file

@ -73,7 +73,7 @@ vagrant up --provider=lxc
On Vagrant < 1.5:
```
vagrant box init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23
vagrant init precise64 http://bit.ly/vagrant-lxc-precise64-2013-10-23
vagrant up --provider=lxc
```