Clarify installation steps

Explain that user should have qemu and libvirt installed and should
ensure libvirt works before starting with vagrant-libvirt.
This commit is contained in:
Gerben Meijer 2016-05-12 15:37:18 +02:00
parent 288238d077
commit 7d2e1e9b8e

View File

@ -64,7 +64,7 @@ welcome and can help a lot :-)
## Installation
First, you should have libvirt installed if you plan to run VMs on your local system. For instructions, refer to your linux distribution's documentation,
First, you should have both qemu and libvirt installed if you plan to run VMs on your local system. For instructions, refer to your linux distribution's documentation. *Before you start using Vagrant-libvirt, please make sure your libvirt and qemu installation is working correctly and you are able to create qemu or kvm type virtual machines with `virsh` or `virt-manager`.*
Next, you must have [Vagrant installed](http://docs.vagrantup.com/v2/installation/index.html). Vagrant-libvirt supports Vagrant 1.5, 1.6 and 1.7.