Skip to content

Commit

Permalink
Tweak paths for correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb James committed Mar 15, 2022
1 parent 1b8c461 commit 3efe3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions standalone_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ alongside your simulation.

This directory contains a complete example. After you have compiled and
installed morphologica, you should be able to change directory into
schnakenberg, create a build directory and carry out a cmake build
schnakenberg, create a build directory and carry out a cmake build:

```bash
cd morphologica/standalone_examples/schakenberg
Expand All @@ -50,11 +50,11 @@ classes that Morphologica makes available. It demonstrates:
* The morph::Tools class, which contains a collection of static
utility functions.

Run it as follows (I'm assuming you already built morphologica and then
ran through the build instructions above):
Run it as follows:

```bash
./standalone_examples/build/schnakenberg ./examples/schnakenberg.json
# The paths you use will depend on your current working directory:
./standalone_examples/build/schnakenberg ./standalone_examples/schnakenberg/schnakenberg.json
```

You can interact with the window using your mouse. For some help
Expand Down

0 comments on commit 3efe3ab

Please sign in to comment.