note about making a fresh VM
authorBryan <btbonval@gmail.com>
Sun, 29 Dec 2013 05:16:50 +0000 (00:16 -0500)
committerBryan <btbonval@gmail.com>
Sun, 29 Dec 2013 05:16:50 +0000 (00:16 -0500)
README.md

index d1c080f8e592f2d98a7e72fd4a88f542c09d0e9f..36f7aa23f8736b11011aaf8896a17737d9e71903 100644 (file)
--- a/README.md
+++ b/README.md
@@ -307,6 +307,15 @@ virtual machine doesn't need sensitive information. Your virtual machine simply
 pulls from the local repository on your local file system without needing
 credentials, etc.
 
+## Deleting the Virtual Machine
+If you want to start a fresh virtual machine or simply remove the virtual
+machine from your hard drive, Vagrant has a command for that. While in 
+`{project_root}` of the host system, type `vagrant destroy` and confirm with
+`y`. This will remove the VM from your hard drive.
+
+If you wanted a fresh VM, the next step is to run `vagrant up`, which will
+start a brand new VM (since the old one is gone).
+
 ## Other Vagrant commands
 Please see [vagrant documentation](http://docs.vagrantup.com/v2/cli/index.html)
 for more information on how to use the vagrant CLI to manage your development