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 10c5eb3 commit 5a6f48eCopy full SHA for 5a6f48e
examples/DistributedPingPong/run.sh
@@ -4,8 +4,8 @@ if [ "$#" -ne 2 ]; then
4
echo "Distributed and decentralized workflow execution test using the HyperFlow REST API."
5
echo
6
echo "Usage:"
7
- echo "1. Run the 1st HyperFlow server: node app.js ( -> runs on port1)"
8
- 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)"
9
echo "3. Then run this script:"
10
echo " cd examples/DistributedPingPong"
11
echo " ./run.sh <port1> <port2>"
0 commit comments