From f8dd69a3c77b53a3f93ab60d62ec8377e9896ac0 Mon Sep 17 00:00:00 2001 From: Josh Sager Date: Wed, 20 Jan 2016 15:37:40 -0500 Subject: [PATCH] Added instructions for non-hashicorp boxes --- website/source/docs/getting-started/synced_folders.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/docs/getting-started/synced_folders.html.md b/website/source/docs/getting-started/synced_folders.html.md index 4f602b689..6ed437be2 100644 --- a/website/source/docs/getting-started/synced_folders.html.md +++ b/website/source/docs/getting-started/synced_folders.html.md @@ -18,6 +18,13 @@ will automatically sync your files to and from the guest machine. By default, Vagrant shares your project directory (remember, that is the one with the Vagrantfile) to the `/vagrant` directory in your guest machine. + +If you are not running hashicorp/precise64, or if you are running a box without _VirtualBox guest additions_ installed by default, you first need to install the vagrant-vbguest plugin: + +``` +$ vagrant plugin install vagrant-vbguest +``` + Run `vagrant up` again and SSH into your machine to see: ```