Skip to content

Commit ecee723

Browse files
committed
Tweaks to readme
1 parent 6a56948 commit ecee723

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Quickstart
1616
We have put together a [Docker container](https://hub.docker.com/r/openworm/openworm) that pulls together the major components of our simulation and runs it on your machine. When you get it all running it does the following:
1717

1818
1. Run our nervous system model, known as [c302](https://github.com/openworm/c302), on your computer.
19-
2. Run our 3D worm body model, known as [Sibernetic](https://github.com/openworm/sibernetic), on your computer, using the output of the nervous system model.
19+
2. In parallel, run our 3D worm body model, known as [Sibernetic](https://github.com/openworm/sibernetic), on your computer, using the output of the nervous system model.
2020
3. Produce graphs from the nervous system and body model that demonstrate its behavior on your computer for you to inspect.
2121
4. Produce a movie showing the output of the body model.
2222

@@ -46,11 +46,11 @@ in addition for Linux instructions.
4646
**Running**
4747

4848
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 latets released Docker image from the [OpenWorm Docker hub](https://hub.docker.com/r/openworm/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).
5050
3. Run `./run.sh` (or `run.cmd` on Windows).
5151
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` on your system to clean up the running container.
53-
6. Inspect the output in the `output` directory.
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.
5454

5555
**Advanced**
5656

@@ -60,8 +60,8 @@ in addition for Linux instructions.
6060

6161
***Other things to try***
6262

63-
* Open a terminal and run `./run-shell-only.sh` (or `run-shell-only.cmd` on Windows). This will let you log into the system before it has run `master_openworm.py`. From here you can inspect the internals of the various checked out code bases and installed systems and modify things. Afterwards you'll still need to run `./stop.sh` to clean up.
64-
* If you wish to modify what gets installed, you should modify Dockerfile. If you want to modify what runs, you should modify `master_openworm.py`. Either way you will need to run `build.sh` in order to rebuild the image locally. Afterwards you can run normally.
63+
* Open a terminal and run `./run-shell-only.sh` (or `run-shell-only.cmd` on Windows). This will let you log into the container before it has run `master_openworm.py`. From here you can inspect the internals of the various checked out code bases and installed systems and modify things. Afterwards you'll still need to run `./stop.sh` to clean up.
64+
* If you wish to modify what gets installed, you should modify `Dockerfile`. If you want to modify what runs, you should modify `master_openworm.py`. Either way you will need to run `build.sh` in order to rebuild the image locally. Afterwards you can run normally.
6565

6666
### FAQ
6767

0 commit comments

Comments
 (0)