You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/06/11 18:35:41 UTC

[22/31] incubator-taverna-language git commit: Readme.md updated - usage

Readme.md updated - usage

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

Branch: refs/heads/master
Commit: 941bd39bc8eb67c98bf1a5128e9f1067095130e7
Parents: 997f48f
Author: menaka121 <me...@gmail.com>
Authored: Thu Jun 11 20:04:49 2015 +0530
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 17:33:29 2015 +0100

----------------------------------------------------------------------
 taverna-language-commandline/README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/941bd39b/taverna-language-commandline/README.md
----------------------------------------------------------------------
diff --git a/taverna-language-commandline/README.md b/taverna-language-commandline/README.md
index e232cb2..1c22526 100644
--- a/taverna-language-commandline/README.md
+++ b/taverna-language-commandline/README.md
@@ -63,11 +63,9 @@ before accepting a larger contribution.
 
 # Building and install requirements
 
-_TODO_
-
 ## Requisites
 
-* Java 1.8 or newer
+* Java 1.7 or newer
 * [Apache Maven](https://maven.apache.org/download.html) 3.2.5 or newer (older
   versions probably also work)
 
@@ -81,9 +79,16 @@ To build, run:
 
 # Usage
 
-_TODO_
-
-* ...
+	usage: tavlang <command> [<args>]
+	
+	The most commonly used tavlang commands are:
+	    convert    Convert the given workflow
+	    help       Display help information about Tvarna
+	    inspect    Inspect the given workflow and show the results on the terminal
+	    validate   validate the given workflow
+	    version    Show version informantion
+	
+	See 'tavlang help <command>' for more information on a specific command.
 
 # Documentation