From 8cbbe97d24c7e4657c3071f1fed882c12eaa2fec Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 24 Mar 2023 16:21:36 -0500 Subject: [PATCH] update readme with note on destruction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d627d8f..5804d6d 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,6 @@ And finally, as a treat, apply a [Salt state to install vim and my vimrc](srv/sa sudo salt -G 'roles:saltlab` state.apply vim ``` +To blow it all away for a fresh start, just run `vagrant destroy -f`. + Happy Salting!