Skip to content

Commit a9b11ab

Browse files
authored
Update README.md
1 parent 0f48ca4 commit a9b11ab

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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```

0 commit comments

Comments
 (0)