Compare commits

..

1 Commits

Author SHA1 Message Date
Sam A. 62d5a3ccca
Add README.md 2022-11-25 23:36:47 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ command-line tool:
```console
$ vagrant up # Create and provision the VM
$ vagrant provision # Re-provision the VM
$ vagrant ssh # SSH into the VM
$ vagrant halt # Power down the VM
$ vagrant destroy # Power down and delete the VM
```