corrected Vagrant to VB in docs

This commit is contained in:
Tomasz 'Zen' Napierała 2015-09-24 18:16:20 +02:00
parent a4fba4a30d
commit 20f2c1a42a

View File

@ -12,9 +12,9 @@ Linux or MacOS
[Vagrant](http://www.vagrantup.com/downloads.html): 1.7.x
Note: You can also use Vagrant 4.x but you will need to comment paravirtprovider setting in `vagrant-settings.yaml`:
Note: If you are using VirtualBox 5.0 it's worth uncommenting paravirtprovider setting in `vagrant-settings.yaml` for speed improvements:
```bash
#paravirtprovider: kvm
paravirtprovider: kvm
```
For details see Customizing `vagrant-settings.yaml` section.