From c81457c61760e4a7344be6e13de2701b9120a68e Mon Sep 17 00:00:00 2001 From: Aleksandr Didenko Date: Thu, 16 Jun 2016 17:50:44 +0200 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c73901f8..a2cbb58d3 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ Scripts to create libvirt lab with vagrant and prepare some stuff for `k8s` depl Requirements ============ -* vagrant -* vagrant-libvirt plugin +* `libvirt` +* `vagrant` +* `vagrant-libvirt` plugin +* `$USER` should be able to connect to libvirt (test with `virsh list --all`) How-to ======