about summary refs log tree commit diff
path: root/docs/Running-Mastodon/Vagrant-guide.md
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 21:48:19 -0400
committerGitHub <noreply@github.com>2017-04-07 21:48:19 -0400
commit5dfc9854f1612bc7e55524175170fd40c7dbe21a (patch)
treecb96d7cd349ebdc93104ec05886d8256467cdaf7 /docs/Running-Mastodon/Vagrant-guide.md
parent9cf0b5b2557a6e26542a39c3fb31f46a15073662 (diff)
parentb300bb3b4e45d7e52a5a0f2db3c9ed383fc4ebbb (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'docs/Running-Mastodon/Vagrant-guide.md')
-rw-r--r--docs/Running-Mastodon/Vagrant-guide.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Vagrant-guide.md b/docs/Running-Mastodon/Vagrant-guide.md
index b24f14e83..83a892408 100644
--- a/docs/Running-Mastodon/Vagrant-guide.md
+++ b/docs/Running-Mastodon/Vagrant-guide.md
@@ -17,6 +17,8 @@ To create and provision a new virtual machine for Mastodon development:
     cd mastodon
     vagrant up
 
+**Note:** On Linux hosts, you will need to [enable NFS support](https://www.vagrantup.com/docs/synced-folders/nfs.html).
+
 Running `vagrant up` for the first time will run provisioning, which will:
 
 - Download the Ubuntu 14.04 base image, if there isn't already a copy on your machine
@@ -61,4 +63,4 @@ To run the `rspec` tests and `rubocop` style checker, you may either:
 
 ## Support/help
 
-If you are confused, or having any issues with the above, the Mastodon IRC channel ( irc.freenode.net #mastodon ) is a good place to find assistance.
\ No newline at end of file
+If you are confused, or having any issues with the above, the Mastodon IRC channel ( irc.freenode.net #mastodon ) is a good place to find assistance.