diff options
| author | Arun Isaac | 2025-11-30 00:58:22 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-30 00:58:22 +0000 |
| commit | 1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6 (patch) | |
| tree | fb9779604a4b43cb81b394f7d313d91e3b648e35 /README.md | |
| parent | b094702019e5f4a445663f860bd67ead8639c3ad (diff) | |
| download | ravanan-1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6.tar.gz ravanan-1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6.tar.lz ravanan-1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6.zip | |
doc: Use YAML inputs file in Hello World example.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a5de032..47ad83b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ravanan requires a running Guix daemon. ravanan maintains its own *store* (this You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.json` using ``` -ravanan hello-world.cwl hello-world-inputs.json --store=store --guix-manifest=manifest.scm +ravanan hello-world.cwl hello-world-inputs.yaml --store=store --guix-manifest=manifest.scm ``` `--store` specifies a directory to use as ravanan's store. `--guix-manifest` specifies a Guix manifest file that lists the dependencies required for the workflow. An example `hello-world.cwl` and `hello-world-inputs.json` are provided in the `doc` directory of this repository. |
