update readme with note on destruction

This commit is contained in:
John Bowdre 2023-03-24 16:21:36 -05:00
parent db9ef4c5d7
commit 8cbbe97d24

View file

@ -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!