Skip to content

Commit

Permalink
Clarified Getting Started instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum authored and Janos Bonic committed Mar 11, 2023
1 parent 3b23f98 commit bbb6dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This binary can then be used to run Arcaflow workflows.

## Building a simple workflow

The simplest workflow is the example plugin workflow:
The simplest workflow is the example plugin workflow: (save it to workflow.yaml)

```yaml
input:
Expand All @@ -45,7 +45,7 @@ output:
As you can see, it has an input, a list of steps, and an output definition. These can be linked together using JSONPath expressions (not all features are supported). The expressions also determine the execution order of plugins.
You can now create an input YAML for this workflow:
You can now create an input YAML for this workflow: (save it to input.yaml)
```yaml
name: Arca Lot
Expand Down

0 comments on commit bbb6dab

Please sign in to comment.