mention that the "url" can also be a file path

This commit is contained in:
Adam Spiers 2014-05-02 22:10:40 +01:00
parent af09b81759
commit 3a386f8bde
1 changed files with 5 additions and 4 deletions

View File

@ -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, As you can see, the JSON document can describe multiple versions of a box,
multiple providers, and can add/remove providers in different versions. multiple providers, and can add/remove providers in different versions.
This JSON file can be passed directly to `vagrant box add` from the local This JSON file can be passed directly to `vagrant box add` from the
filesystem using a file path or via a URL, and Vagrant local filesystem using a file path or via a URL, and Vagrant will
will install the proper version of the box. If multiple providers are install the proper version of the box. In this case, the value for the
available, Vagrant will ask what provider you want to use. `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.