From 13318832ccf5f8a1bcfaf98cb073472fec854cbf Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Wed, 9 May 2018 13:13:24 +0200 Subject: [PATCH] Install vagrant-vbguest if vsboxfs issue --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a1c74f9..0bfe2ca 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ The `run` command takes 2 arguments: domain and YunoHost version. After running the container, you'll be automatically logged inside a new yunohost VM or inside the previous suspended VM. +If you meet an error with `vboxsf` you might need to install the guest addons: + +```bash +vagrant plugin install vagrant-vbguest +``` + #### Shared folder between host and virtual machines One logged into the VM, you can go to `/vagrant` and find all the files from your dev environnement, including the `ynh-dev` script itself.