commit b6690e016379c770f1e4281e39e52f9bf3367e0c parent 56406849eb80f5e85328e2bc8be1b75e98fce5c8 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 28 Apr 2017 10:35:28 +0200 readme Diffstat:
| M | src/mitm/README | | | 13 | ++++++++++++- |
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/mitm/README b/src/mitm/README @@ -11,4 +11,15 @@ proxy about the modifications to be made. === INVOCATION === -FIXME +After a successful 'make install', a command called 'taler-merchant-mitm' +is placed under <prefix>/bin - make sure PATH points at it. + +To run the mitm, give the following commands: + +$ taler-merchant-mitm --exchange URL [--port PORT] + +The '--exchange' option is mandatory, telling the mitm where to +forward the requests addressed to the exchange. + +The second option just sets the port number where the mitm +listens, defaulting to 5000.