We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404e515 commit 36eea65Copy full SHA for 36eea65
_docs/developer/getting_started/worker_vm.md
@@ -43,8 +43,8 @@ machines* in addition to your primary vagrant virtual machine.
43
44
_NOTE: Running a socket command while a worker machine is running can detach the
45
process, making the VM inaccessible to vagrant. If this happens and you are unable
46
- to `vagrant workers halt`, then you may run `pkill -15 -f qemu-system-` to halt
47
- the worker machine._
+ to `vagrant workers halt`, then you may run `pkill -15 -f qemu-system-` to kill
+ all virtual machines running on your computer (including the main Submitty VM)._
48
49
6. Now you can create the worker machine(s) with:
50
```
0 commit comments