Skip to content

Commit

Permalink
formatting typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Barb Cutler authored and Barb Cutler committed Aug 16, 2024
1 parent ff67f30 commit 4479ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
5 changes: 3 additions & 2 deletions _docs/developer/getting_started/worker_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4479ad3

Please sign in to comment.