diff --git a/doc/run.md b/doc/run.md index 9b9d36c..f916e83 100644 --- a/doc/run.md +++ b/doc/run.md @@ -9,12 +9,14 @@ Before running the CLI application, ensure that you have Cargo installed on your system. -### Add LND +### Add LND, CLN or Eclair endpoint Add into your application LND endpoint ```env LND_ENDPOINT = +ECLAIR_API_ENDPOINT = +CLN_API_ENDPOINT = ``` ## Building the Application