aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mitm/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/mitm/README b/src/mitm/README
index 1b23432d..662cbe39 100644
--- 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.