Changed 'vagrant down' to 'vagrant destroy' in rebuild.md & teardown.md. According to the changelog 'vagrant down' is deprecated since 0.3.0. See changes_02x_03x.md for details.

This commit is contained in:
Christian Trabold 2010-08-01 02:02:30 +02:00 committed by Mitchell Hashimoto
parent 2219900362
commit 2e8adf340b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ project with Vagrant! Rebuilding is a snap.
**Note:** If you're following along and haven't already completely
destroyed your virtual environment, please do so by running
`vagrant down` so you can really experience this step of the
`vagrant destroy` so you can really experience this step of the
getting started guide.
Are you ready for this? Go back to that web project directory

View File

@ -46,7 +46,7 @@ for the disk space that is consumed by the virtual machine.
## Destroying the Environment
Finally, you can _completely destroy the virtual environment_. This can be
done by running `vagrant down` which will literally delete all traces of the
done by running `vagrant destroy` which will literally delete all traces of the
virtual environment off the disk. To get started again, run `vagrant up` and
your environment will be rebuilt.