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
+7-6
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,13 @@ in addition for Linux instructions.
45
45
46
46
**Running**
47
47
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.
0 commit comments