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: