Skip to content

Commit a82cd36

Browse files
committed
Update README.md
1 parent be76fe6 commit a82cd36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ The latest release of HyperFlow is 1.0.0
1515
* Install the latest node.js (http://nodejs.org)
1616
* Install dependencies (in `hyperflow` directory): `npm install -d`
1717
* Install the Redis server 2.6.x or higher (http://redis.io) (tested with version 2.6.x)
18-
* Start the redis server.
1918
* Set an environment variable `HFLOW_PATH` to point to your hyperflow root directory.
2019
* Add `$HFLOW_PATH/bin` to your `PATH`.
2120

2221
###Running
23-
Run example workflows from the `examples` directory as follows:
24-
25-
```hflow run <wf_directory>```
22+
* Start the redis server
23+
* Run example workflows from the `examples` directory as follows: <br>```hflow run <wf_directory>```

0 commit comments

Comments
 (0)