From 4479ad3aa490f102f7d2819b78f78acbe145919a Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Thu, 15 Aug 2024 23:27:47 -0400 Subject: [PATCH] formatting typo in docs --- Gemfile.lock | 1 + _docs/developer/getting_started/worker_vm.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47e66c36..8b6e7530 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,6 +277,7 @@ GEM PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/_docs/developer/getting_started/worker_vm.md b/_docs/developer/getting_started/worker_vm.md index 4165509c..149b66be 100644 --- a/_docs/developer/getting_started/worker_vm.md +++ b/_docs/developer/getting_started/worker_vm.md @@ -31,14 +31,15 @@ These instructions are intended to be followed after [configuring the main virtu __NOTE__: Never interact with the socket while a worker machine is running. This can make the machine inaccessible. -6. Now you can create the worker machine(s) with: +4. Now you can create the worker machine(s) with: ``` vagrant workers up ``` Do not use the --provider flag with this command, since it will conflict with the provider of the main virtual machine. -7. Once all the workers are fully set up and running, `vagrant ssh` into the main virtual machine and do a `submitty_install` +5. Once all the workers are fully set up and running, `vagrant ssh` into the main virtual machine and do a `submitty_install` + --- ## Connecting to the Worker Machine