From e467e1344ad8b8e9ccba2f29c0877724e0e1af53 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 23 Jun 2017 15:05:05 +0200 Subject: [PATCH] Mention that virtualbox is required to run `vagrant up` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a850217a2..e6f3189802 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Plugins will eventually be migrated to their own repositories. - Vagrant Clone this repository and run `init.sh` (or `init.bat` if you're on Windows) to clone submodules. Run -`vagrant up` to create, provision and run the VM. +`vagrant up` to create, provision and run the VM (virtualbox required). ## Installing and Building Developer version