diff --git a/docs/getting-started/packaging.md b/docs/getting-started/packaging.md index 93d7c3222..303c8c461 100644 --- a/docs/getting-started/packaging.md +++ b/docs/getting-started/packaging.md @@ -53,4 +53,6 @@ $ vagrant box add my_box /path/to/the/package.box After that they just have to configure their Vagrantfile to use the box as a base, run `vagrant up`, and they should have a fully working development -environment! \ No newline at end of file +environment! Notice that they don't have to do provisioning or any of that; +since we already did all that, the exported virtual machine has it done +already. \ No newline at end of file