From 7cc8ec20caae04ebbfc930fe0db9eee50aa765d4 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 3 Mar 2020 17:38:20 +0000 Subject: [PATCH] Clarification for #298 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7862bf3..7b27a42 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,13 @@ in addition for Linux instructions. **Running** -1. Open a terminal and run: `git clone http://github.com/openworm/openworm`; `cd openworm` -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). -3. Run `./run.sh` (or `run.cmd` on Windows). -4. About 5-10 minutes of output will display on the screen as the steps run. -5. The simulation will end. Run `stop.sh` (`stop.cmd` on Windows) on your system to clean up the running container. -6. Inspect the output in the `output` directory on your local machine. +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). +2. Open a terminal and run: `git clone http://github.com/openworm/openworm`; `cd openworm` +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). +4. Run `./run.sh` (or `run.cmd` on Windows). +5. About 5-10 minutes of output will display on the screen as the steps run. +6. The simulation will end. Run `stop.sh` (`stop.cmd` on Windows) on your system to clean up the running container. +7. Inspect the output in the `output` directory on your local machine. **Advanced**