Skip to content

Commit 4479ad3

Browse files
Barb CutlerBarb Cutler
Barb Cutler
authored and
Barb Cutler
committed
formatting typo in docs
1 parent ff67f30 commit 4479ad3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ GEM
277277

278278
PLATFORMS
279279
arm64-darwin-22
280+
arm64-darwin-23
280281
x86_64-linux
281282

282283
DEPENDENCIES

Diff for: _docs/developer/getting_started/worker_vm.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ These instructions are intended to be followed after [configuring the main virtu
3131

3232
__NOTE__: Never interact with the socket while a worker machine is running. This can make the machine inaccessible.
3333

34-
6. Now you can create the worker machine(s) with:
34+
4. Now you can create the worker machine(s) with:
3535
```
3636
vagrant workers up
3737
```
3838
Do not use the --provider flag with this command, since it will conflict with the
3939
provider of the main virtual machine.
4040

41-
7. Once all the workers are fully set up and running, `vagrant ssh` into the main virtual machine and do a `submitty_install`
41+
5. Once all the workers are fully set up and running, `vagrant ssh` into the main virtual machine and do a `submitty_install`
42+
4243
---
4344

4445
## Connecting to the Worker Machine

0 commit comments

Comments
 (0)