Packaging edits

This commit is contained in:
Mitchell Hashimoto 2010-03-03 10:08:34 -08:00
parent 23c2c9ccba
commit d86b93f474
1 changed files with 3 additions and 1 deletions

View File

@ -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!
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.