From 7eb88539666231ac2c38f5faa634c9fb3cbf7728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hajdu=20=C3=81kos?= Date: Wed, 12 Aug 2020 13:23:58 +0200 Subject: [PATCH] Fix path --- subprojects/cfa-cli/README.md | 2 +- subprojects/sts-cli/README.md | 2 +- subprojects/xta-cli/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subprojects/cfa-cli/README.md b/subprojects/cfa-cli/README.md index de3198ff01..f5e8a30e01 100644 --- a/subprojects/cfa-cli/README.md +++ b/subprojects/cfa-cli/README.md @@ -36,7 +36,7 @@ docker build -t theta-cfa-cli -f docker/theta-cfa-cli.Dockerfile . The script `run-theta-cfa-cli.sh` can be used for running the containerized version on models residing on the host: ``` -./run-theta-cfa-cli.sh model.cfa [OTHER ARGUMENTS] +./docker/run-theta-cfa-cli.sh model.cfa [OTHER ARGUMENTS] ``` Note that the model must be given as the first positional argument (without `--model`). diff --git a/subprojects/sts-cli/README.md b/subprojects/sts-cli/README.md index 8539f6610f..3e6bf9f6ab 100644 --- a/subprojects/sts-cli/README.md +++ b/subprojects/sts-cli/README.md @@ -31,7 +31,7 @@ docker build -t theta-sts-cli -f docker/theta-sts-cli.Dockerfile . The script `run-theta-sts-cli.sh` can be used for running the containerized version on models residing on the host: ``` -./run-theta-sts-cli.sh model.sts [OTHER ARGUMENTS] +./docker/run-theta-sts-cli.sh model.sts [OTHER ARGUMENTS] ``` Note that the model must be given as the first positional argument (without `--model`). diff --git a/subprojects/xta-cli/README.md b/subprojects/xta-cli/README.md index 5b1a8f7ea8..4fcf0e3d56 100644 --- a/subprojects/xta-cli/README.md +++ b/subprojects/xta-cli/README.md @@ -29,6 +29,6 @@ docker build -t theta-xta-cli -f docker/theta-xta-cli.Dockerfile . The script `run-theta-xta-cli.sh` can be used for running the containerized version on models residing on the host: ``` -./run-theta-xta-cli.sh model.xta [OTHER ARGUMENTS] +./docker/run-theta-xta-cli.sh model.xta [OTHER ARGUMENTS] ``` Note that the model must be given as the first positional argument (without `--model`).