We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f5733 commit 98777ebCopy full SHA for 98777eb
1 file changed
README.md
@@ -65,7 +65,7 @@ To test a workflow within Warp before submitting, you can use it as a local work
65
To do this:
66
1) Copy the workflow to your local `~/.warp/workflows` directory:
67
```bash
68
- mkdir -p ~/.warp/workflows && cp {{workflow}}.yaml; ~/.warp/workflows/
+ mkdir -p ~/.warp/workflows && cp {{workflow}}.yaml ~/.warp/workflows/
69
```
70
2) Open Warp and open workflows by pressing `ctrl-shift-r` or using the command palette.
71
3) Click on "My Workflows" on the left to filter for local workflows.
0 commit comments