Cleanup docs

This commit is contained in:
Seth Vargo 2016-02-03 10:02:09 -05:00
parent ecff9dccc5
commit 3372ab6d0b
1 changed files with 5 additions and 5 deletions

View File

@ -19,11 +19,11 @@ will automatically sync your files to and from the guest machine.
By default, Vagrant shares your project directory (remember, that is the By default, Vagrant shares your project directory (remember, that is the
one with the Vagrantfile) to the `/vagrant` directory in your guest machine. 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: If your terminal displays an error about incompatible guest additions (or no
guest additions), you may need to update your box or choose a different box such
``` as `hashicorp/precise64`. Some users have also had success with the
$ vagrant plugin install vagrant-vbguest [vagrant-vbguest](https://github.com/dotless-de/vagrant-vbguest) plugin, but it
``` is not officially supported by the Vagrant core team.
Run `vagrant up` again and SSH into your machine to see: Run `vagrant up` again and SSH into your machine to see: