From d36034620dccc2f70ece31f4eb73b9f4f2f32644 Mon Sep 17 00:00:00 2001 From: daniely Date: Sun, 18 Aug 2013 20:41:04 +0800 Subject: [PATCH] Update VAGRANT.md fix command for `vagrant box add [name] [path]` --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index 469b8f197..1d50600e8 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -31,7 +31,7 @@ If you would like to download a smaller VM (574MB instead of 935MB), or if you a - Download this file: http://www.discourse.org/vms/discourse-0.8.4.box.7z using your favorite web browser/download tool. - If you don't have 7z available, you can still get the larger image from http://www.discourse.org/vms/discourse-0.8.4.box - Extract it using 7z: `7z e discourse-0.8.4.box.7z` -- Add it to vagrant: `vagrant box add discourse-0.8.4 /path/to/the/downloaded/discourse-0.8.4.box virtualbox`. +- Add it to vagrant: `vagrant box add discourse-0.8.4 /path/to/the/downloaded/discourse-0.8.4.box`. **Note to Linux users**: Your Discourse directory cannot be on an ecryptfs mount or you will receive an error: `exportfs: /home/your/path/to/discourse does not support NFS export`