Skip to content

Commit 7cc8ec2

Browse files
committed
Clarification for #298
1 parent ecee723 commit 7cc8ec2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ in addition for Linux instructions.
4545

4646
**Running**
4747

48-
1. Open a terminal and run: `git clone http://github.com/openworm/openworm`; `cd openworm`
49-
2. 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).
50-
3. Run `./run.sh` (or `run.cmd` on Windows).
51-
4. About 5-10 minutes of output will display on the screen as the steps run.
52-
5. The simulation will end. Run `stop.sh` (`stop.cmd` on Windows) on your system to clean up the running container.
53-
6. Inspect the output in the `output` directory on your local machine.
48+
1. Ensure the Docker daemon is running in the background (on MacOS/Windows there should be an icon with the Docker whale logo showing in the menu bar/system tray).
49+
2. Open a terminal and run: `git clone http://github.com/openworm/openworm`; `cd openworm`
50+
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).
51+
4. Run `./run.sh` (or `run.cmd` on Windows).
52+
5. About 5-10 minutes of output will display on the screen as the steps run.
53+
6. The simulation will end. Run `stop.sh` (`stop.cmd` on Windows) on your system to clean up the running container.
54+
7. Inspect the output in the `output` directory on your local machine.
5455

5556
**Advanced**
5657

0 commit comments

Comments
 (0)