File tree 2 files changed +4
-2
lines changed
_docs/developer/getting_started
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 277
277
278
278
PLATFORMS
279
279
arm64-darwin-22
280
+ arm64-darwin-23
280
281
x86_64-linux
281
282
282
283
DEPENDENCIES
Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ These instructions are intended to be followed after [configuring the main virtu
31
31
32
32
__ NOTE__ : Never interact with the socket while a worker machine is running. This can make the machine inaccessible.
33
33
34
- 6 . Now you can create the worker machine(s) with:
34
+ 4 . Now you can create the worker machine(s) with:
35
35
```
36
36
vagrant workers up
37
37
```
38
38
Do not use the --provider flag with this command, since it will conflict with the
39
39
provider of the main virtual machine.
40
40
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
+
42
43
---
43
44
44
45
## Connecting to the Worker Machine
You can’t perform that action at this time.
0 commit comments