From 3a386f8bdece09f2cb818a643ce3c9b0ba2aa5eb Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Fri, 2 May 2014 22:10:40 +0100 Subject: [PATCH] mention that the "url" can also be a file path --- website/docs/source/v2/boxes/format.html.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/source/v2/boxes/format.html.md b/website/docs/source/v2/boxes/format.html.md index 6c64bd80a..0eb584026 100644 --- a/website/docs/source/v2/boxes/format.html.md +++ b/website/docs/source/v2/boxes/format.html.md @@ -104,7 +104,8 @@ It is a JSON document, structured in the following way: As you can see, the JSON document can describe multiple versions of a box, multiple providers, and can add/remove providers in different versions. -This JSON file can be passed directly to `vagrant box add` from the local -filesystem using a file path or via a URL, and Vagrant -will install the proper version of the box. If multiple providers are -available, Vagrant will ask what provider you want to use. +This JSON file can be passed directly to `vagrant box add` from the +local filesystem using a file path or via a URL, and Vagrant will +install the proper version of the box. In this case, the value for the +`url` key in the JSON can also be a file path. If multiple providers +are available, Vagrant will ask what provider you want to use.