Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Updated README for halt and destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
shinglyu committed Oct 22, 2015
1 parent 99ff521 commit f5b9058
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ launch.sh
```
A Vagrant VM will be launched

* Stop the VM

```
cd vm
vagrant halt
```

* Reset the VM to factory default

```
cd vm
vagrant destroy # answer yes if asked
```

0 comments on commit f5b9058

Please sign in to comment.