diff --git a/README.md b/README.md index 3cecbc9..67b503b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ from within your `Vagrantfile`: Vagrant.configure("2") do |config| config.vm.box = 'your-box' config.cache.auto_detect = true + # If you are using VirtualBox, you might want to enable NFS for shared folders + # config.cache.enable_nfs = true end ```