diff options
| author | Arun Isaac | 2025-11-30 02:04:07 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-30 02:04:53 +0000 |
| commit | a1b9ac146eb7375fcec7d5945707ad075b3df5f3 (patch) | |
| tree | f3eb17d4669aa94712c936662d3d16285671887e | |
| parent | 426201609e13d47960a922456cbbddf61cde3330 (diff) | |
| download | ravanan-a1b9ac146eb7375fcec7d5945707ad075b3df5f3.tar.gz ravanan-a1b9ac146eb7375fcec7d5945707ad075b3df5f3.tar.lz ravanan-a1b9ac146eb7375fcec7d5945707ad075b3df5f3.zip | |
README: Replace JSON inputs file with YAML inputs file.
This was missed out in 1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |
