We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be76fe6 commit a82cd36Copy full SHA for a82cd36
README.md
@@ -15,11 +15,9 @@ The latest release of HyperFlow is 1.0.0
15
* Install the latest node.js (http://nodejs.org)
16
* Install dependencies (in `hyperflow` directory): `npm install -d`
17
* Install the Redis server 2.6.x or higher (http://redis.io) (tested with version 2.6.x)
18
-* Start the redis server.
19
* Set an environment variable `HFLOW_PATH` to point to your hyperflow root directory.
20
* Add `$HFLOW_PATH/bin` to your `PATH`.
21
22
###Running
23
-Run example workflows from the `examples` directory as follows:
24
-
25
-```hflow run <wf_directory>```
+* Start the redis server
+* Run example workflows from the `examples` directory as follows: <br>```hflow run <wf_directory>```
0 commit comments