From 7d2e1e9b8e3fd8deb0e753d6fb255fca5bb12c31 Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 12 May 2016 15:37:18 +0200 Subject: [PATCH] Clarify installation steps Explain that user should have qemu and libvirt installed and should ensure libvirt works before starting with vagrant-libvirt. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26add81..4a05a8d 100644 --- a/README.md +++ b/README.md @@ -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.