From fd1d54a37e6e9def779267ced49a183f0fead2ad Mon Sep 17 00:00:00 2001 From: Bufo <32884105+bufo24@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:27:46 +0200 Subject: [PATCH] Update README.md Co-authored-by: Kilian <19181985+kilrau@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59aeebe..4de2227 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ docker exec -it boltz-scripts bash - lightning-cli-sim - lncli-sim -Sinds there will be running 2 lnd and cln instances, please use `lightning-cli-sim 1` to call an instance. Both `1` and `2` are available for lnd and cln. +Since there are two lnd and two cln instances, use `lncli-sim 1` or `lightning-cli-sim 1` to interact with the first instance and `lncli-sim 2` or `lightning-cli-sim 2` to interact with the second. Or alternatively, you can `source aliases.sh` to have these convenience scripts available on the host machine.