mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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:
parent
288238d077
commit
7d2e1e9b8e
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user