Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master 5d371a797 -> fe9dc62f4


Add Windows example and minor edit


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/fe9dc62f
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/fe9dc62f
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/fe9dc62f

Branch: refs/heads/master
Commit: fe9dc62f41b4a2d9ba438b06dbfeb7efc40f6d5a
Parents: 5d371a7
Author: Gale Naylor <[email protected]>
Authored: Thu Jul 7 12:11:24 2016 -0700
Committer: Gale Naylor <[email protected]>
Committed: Thu Jul 7 12:11:24 2016 -0700

----------------------------------------------------------------------
 README.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/fe9dc62f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 80ae73d..3dec971 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ fully endorsed by the ASF.
 
 This code relies on other
 [Apache Taverna modules](https://taverna.incubator.apache.org/download/code/),
-which Maven should download 
+which Maven should download
 automatically from
 [Apache's Maven 
repository](https://taverna.incubator.apache.org/download/maven/);
 however you might want to compile these yourself in the order below:
@@ -206,7 +206,7 @@ be [compatible with Apache License 
2.0](http://www.apache.org/legal/resolved.htm
 After [building](#building), see the `taverna-commandline-product/target`
 directory. Inside you should find a folder like
 `apache-taverna-commandline-3.1.0-incubating/`
-which contain the built Apache Taverna Command-line Tool product.
+which contains the built Apache Taverna Command-line Tool product.
 
 If you prefer a ZIP file, then instead build with
 the Maven `-Prelease` option. You can then unzip at a location of
@@ -247,6 +247,17 @@ $ cat Hello_World_output/greeting ; echo
 Hello, World!
 ```
 
+On Windows:
+
+```
+C:\home\apache-taverna-commandline-3.1.0>executeworkflow.bat 
examples\helloworld.wfbundle
+Outputs will be saved to the directory: 
C:\home\apache-taverna-commandline-3.1.0\Hello_World_output
+Workflow completed.
+
+C:\home\apache-taverna-commandline-3.1.0>type Hello_World_output\greeting
+Hello, World!
+```
+
 # Export restrictions
 
 This distribution includes cryptographic software.

Reply via email to