Skip to content

Commit

Permalink
Updated comment to provide correct command to run HF server
Browse files Browse the repository at this point in the history
  • Loading branch information
balis committed May 29, 2016
1 parent 10c5eb3 commit 5a6f48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/DistributedPingPong/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if [ "$#" -ne 2 ]; then
echo "Distributed and decentralized workflow execution test using the HyperFlow REST API."
echo
echo "Usage:"
echo "1. Run the 1st HyperFlow server: node app.js ( -> runs on port1)"
echo "2. Run the 2nd HyperFlow server: node app.js ( -> runs on port2)"
echo "1. Run the 1st HyperFlow server: hflow start-server ( -> runs on port1)"
echo "2. Run the 2nd HyperFlow server: hflow start-server ( -> runs on port2)"
echo "3. Then run this script:"
echo " cd examples/DistributedPingPong"
echo " ./run.sh <port1> <port2>"
Expand Down

0 comments on commit 5a6f48e

Please sign in to comment.