You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ We have put together a [Docker container](https://hub.docker.com/r/openworm/open
48
48
git clone http://github.com/openworm/openworm
49
49
cd openworm
50
50
```
51
-
3. Optional: Run `./build.sh` (or `build.cmd` on Windows). If you skip this step, it will download the latest released Docker image from the [OpenWorm Docker hub](https://hub.docker.com/r/openworm/openworm).
52
-
4. Run `./run.sh` (or `run.cmd` on Windows).
51
+
3. Optional: Run `./build.sh` (`build.cmd` on Windows or `.\build.cmd` on [PowerShell](https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-2.0)). If you skip this step, it will download the latest released Docker image from the [OpenWorm Docker hub](https://hub.docker.com/r/openworm/openworm).
52
+
4. Run `./run.sh` (`run.cmd` on Windows or `.\run.cmd` in PowerShell).
53
53
5. About 5-10 minutes of output will display on the screen as the steps run.
54
-
6. The simulation will end. Run `stop.sh` (`stop.cmd` on Windows) on your system to clean up the running container.
54
+
6. The simulation will end. Run `stop.sh` (`stop.cmd` on Windows or `.\stop.cmd` in PowerShell) on your system to clean up the running container.
55
55
7. Inspect the output in the `output` directory on your local machine.
0 commit comments