From 2e7807901f89156516043d86446db7578c280807 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Sun, 21 Apr 2013 14:52:23 -0400 Subject: [PATCH] Add a note about nfs support on linux to VAGRANT.md --- docs/VAGRANT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index 34d0fc528d3..5508985d6af 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -41,6 +41,8 @@ specific to the linux distro you're using for more information on how to do this. ``` +For example, on Ubuntu, you can install NFS support by installing nfs-kernel-server with `apt-get install`. + Once the machine has booted up, you can shell into it by typing: ```