Vagrant libvirt README updated

Change-Id: I58c123eb9d0171955e844d931096c9bb0777fc05
This commit is contained in:
Przemyslaw Kaminski 2015-08-14 15:41:36 +02:00
parent 12d444cb9f
commit a335c56d51
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ Clone and `cd` into this repo then run
```
vagrant up
```
to start the Vagrant box.
to start the Vagrant box (with the Virtualbox provider) or
```
vagrant up --provider=libvirt
```
to start with the `libvirt` provider.
Then run
```