From 48879dbc36f4af34deb244e816311a3c9682e757 Mon Sep 17 00:00:00 2001 From: Diego Struk Date: Tue, 28 Apr 2020 16:01:34 -0400 Subject: [PATCH] Updates readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c29de6c..dd9855e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ data from `localhost:8000` **where the Django app must be running**. ## CLI 1. Run pipenv shell. 2. Create a workflow using UI and save it. -3. Run it as: pyworkflow --file-directory (path-to-json-workflow-file) execute +3. Run it as: pyworkflow execute (paths-to-json-workflow-files-separated-by-space) + + --- ## Tests