Commit c9ca6619 authored by Lucas Russo's avatar Lucas Russo

README.md: fix wrong endpoint specification instruction

The correct way to specify an endpoint to the
init.sh script is just the system path, without the
transport prefix. This is assumed to be always ipc://
parent 7fb61575
......@@ -198,7 +198,7 @@ Run the server components with the helper script, like shown below:
Typically, one should choose the IPC transport method
for its faster than TCP. For instance:
./init.sh ipc:///tmp/bpm/0
./init.sh /tmp/bpm/0
Now we should be good to start making transactions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment