From b8286923f92b16b3efd9655a31bfc95fb42a3c29 Mon Sep 17 00:00:00 2001 From: Alwyn Kik Date: Fri, 9 Dec 2016 15:26:06 +0100 Subject: [PATCH] Don't run pacman -Sy, simply install with -S instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 058f334..8af9790 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ yum install qemu libvirt libvirt-devel ruby-devel gcc qemu-kvm dnf -y install qemu libvirt libvirt-devel ruby-devel gcc ``` -* Arch linux: look at tips and solutions from Arch wiki. +* Arch linux: please read the related [ArchWiki](https://wiki.archlinux.org/index.php/Vagrant#vagrant-libvirt) page. ```shell -pacman -Sy vagrant +pacman -S vagrant ``` Now you're ready to install vagrant-libvirt using standard [Vagrant