Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ The `generate-post` subcommand is used to generate statements from an input and
The following is an example of a simple run. We first create a combined input file using `validate-input`:
```
bin/run.sh validate-input \
-p dev-resources/profile/cmi5/fixed.json \
-a dev-resources/personae/simple.json \
-m dev-resources/models/simple.json \
-o dev-resources/parameters/simple.json \
-v dev-resources/input/simple.json
-p ../../dev-resources/profiles/cmi5/fixed.json \
-a ../../dev-resources/personae/simple.json \
-m ../../dev-resources/models/simple.json \
-o ../../dev-resources/parameters/simple.json \
-v ../../dev-resources/input/simple.json
```

Once we have that sim specification, we can run the simulation using the `generate`:
Expand Down
Loading