From 28304429a8a91e75c8c417e6138820de48a76e94 Mon Sep 17 00:00:00 2001 From: Daniel Bell Date: Mon, 6 Jan 2025 10:50:26 -0600 Subject: [PATCH] fixes example validate-input run to work --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f41c65b7..813d953a 100644 --- a/README.md +++ b/README.md @@ -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`: