Skip to content

Commit 14a500d

Browse files
committed
Including PowerShell instructions
1 parent 63ce557 commit 14a500d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ We have put together a [Docker container](https://hub.docker.com/r/openworm/open
4848
git clone http://github.com/openworm/openworm
4949
cd openworm
5050
```
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).
5353
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.
5555
7. Inspect the output in the `output` directory on your local machine.
5656

5757
## Advanced

0 commit comments

Comments
 (0)