From 3ac835cabd0abf673e640f1cb14516b4c036c63b Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 9 Jul 2020 21:30:24 -0400 Subject: [PATCH] updated c-lightning and eclair readme --- docs/C-Lightning-setup.md | 2 +- docs/Eclair-setup.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/C-Lightning-setup.md b/docs/C-Lightning-setup.md index cd7229cc..81cedfe1 100644 --- a/docs/C-Lightning-setup.md +++ b/docs/C-Lightning-setup.md @@ -15,7 +15,7 @@ RTL is now enabled to manage lightning nodes running C-Lightning. Follow the below steps to install and setup RTL to run on C-Lightning. ### Pre-requisites: -1. Functioning C-Lightning node +1. Functioning C-Lightning node. Follow install instructions on their [github](https://github.com/ElementsProject/lightning) 2. NodeJS - Can be downloaded [here](https://nodejs.org/en/download) 3. Cl-REST - Ensure that `cl-rest` API server is installed and running. Install instructions [here](https://github.com/Ride-The-Lightning/c-lightning-REST) 4. Copy the `access.macaroon` file from `cl-rest` to the device, on which RTL will be installed diff --git a/docs/Eclair-setup.md b/docs/Eclair-setup.md index 00c76d6f..0852a624 100644 --- a/docs/Eclair-setup.md +++ b/docs/Eclair-setup.md @@ -20,6 +20,7 @@ Follow the below steps to install and setup RTL to run on Eclair. 3. NodeJS - Can be downloaded [here](https://nodejs.org/en/download) ### Installation: +Eclair is integrated with RTL v0.8.0 and above. To download a specific RTL version follow the instructions on the [release page](https://github.com/Ride-The-Lightning/RTL/releases) To download from master (*not recommended*) follow the below instructions: