From 30ff78653bb9d2a2917a82148fdccaa52ef3d663 Mon Sep 17 00:00:00 2001 From: Joel Wasserman Date: Mon, 11 Jan 2021 16:50:27 -0800 Subject: [PATCH] Update README with --localtunnel false example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 30cb82e..483ff51 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Then in a second terminal, run: ilp-spsp send --receiver '$123456.localtunnel.me' --amount 100 ``` +If you're running `--localtunnel false` then run the following where the port was output by your ilp-spsp-server command: + +``` +ilp-spsp send --receiver 'http://localhost:' --amount 100 +``` + + You'll see `sent!` on the sending side, and `got packet for 100 drops` on the receiving side.