From a1b9ac146eb7375fcec7d5945707ad075b3df5f3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 30 Nov 2025 02:04:07 +0000 Subject: README: Replace JSON inputs file with YAML inputs file. This was missed out in 1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 47ad83b..df90800 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ make check ravanan requires a running Guix daemon. ravanan maintains its own *store* (this is distinct from Guix's store) to cache job outputs. -You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.json` using +You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.yaml` using ``` ravanan hello-world.cwl hello-world-inputs.yaml --store=store --guix-manifest=manifest.scm ``` -- cgit 1.4.1