From afcbc2a7213e66484c16b604f72044061d11c4c0 Mon Sep 17 00:00:00 2001 From: Adam Mulvany <amulvany@gitlab.com> Date: Tue, 2 May 2017 13:31:11 +0700 Subject: [PATCH] Added yaml support with profiles --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d516732..206abac 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,13 @@ Show status of specific machine: `vagrant ssh name` +#### Stop + +`vagrant stop name` + #### Cleanup -Once you are finished testing etc you can remove the VM with: +Once you are finished with the VM you can remove it with: `vagrant destroy name` -- GitLab