From 9b6da5bbf5f6202f2c4b4bd11f1839c07bbac082 Mon Sep 17 00:00:00 2001 From: opi Date: Fri, 27 May 2016 13:13:05 +0200 Subject: [PATCH] [fix] Add virtualbox dependency. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 633c7f3..c8e2810 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ With this you can develop on the unstable version of yunohost quickly. Install dependencies ```shell # Debian, Ubuntu, Mint -sudo apt-get install vagrant +sudo apt-get install vagrant virtualbox # Fedora -sudo dnf install vagrant +sudo dnf install vagrant virtualbox ``` Next download ynh-dev script