Mention NFS support on readme

This commit is contained in:
Fabio Rehm 2013-06-11 20:23:46 -03:00
parent bbdbc5beba
commit 5b9edb2b8b

View file

@ -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
```