File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ Browse the [wiki pages](https://github.com/balis/hyperflow/wiki) to learn more a
88
99##Getting started
1010
11- The latest release of HyperFlow is 1.0 .0
11+ The latest release of HyperFlow is 1.1 .0
1212
1313###Installation
14- * Install the latest node.js (http://nodejs.org )
15- * Install dependencies (in ` hyperflow ` directory): ` npm install -d `
16- * Install the Redis server 2.6.x or higher (http://redis.io ) (tested with version 2.6.x)
17- * ` npm install https://github.com/dice-cyfronet/hyperflow/archive/1.0.0.tar.gz `
14+ * Install the latest Node.js (http://nodejs.org )
15+ * Install the Redis server (http://redis.io )
16+ * Install HypeFlow:<br >` npm install https://github.com/dice-cyfronet/hyperflow/archive/1.1.0.tar.gz `
1817
1918###Running
20- * Start the redis server
21- * Run example workflows from the ` examples ` directory as follows: <br >``` hflow run <wf_directory> ```
19+ * Start the redis server: ` redis-server `
20+ * Run example workflows using command ` hflow run <wf_directory> ` , for example: <br >``` ./bin/ hflow run ./examples/Sqrsum ```
You can’t perform that action at this time.
0 commit comments