From 46d6c118822b2a9edabd5626887b5c3b206e570d Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 30 Sep 2019 10:32:24 +0200 Subject: [PATCH] =?UTF-8?q?Add=20libvirt-dev=20as=20d=C3=A9pendance=20for?= =?UTF-8?q?=20vagrant=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc8bd83..1968c4d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Please consider using the [latest Vagrant version from their website](https://ww - Debian, Ubuntu, Mint ```bash -sudo apt-get install vagrant virtualbox git +sudo apt-get install vagrant virtualbox git libvirt-dev ``` - Fedora