From ceb336c9a8920e7069464b5bec334f85b862211a Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:17:40 -0400 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e8df78e..6da0ba34 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ ### Introduction RTL is a full function, device agnostic, web user interface to help manage lightning node operations. -RTL is available on LND, C-Lightning and Eclair implementations. +RTL is available on [LND](https://github.com/lightningnetwork/lnd), [C-Lightning](https://github.com/ElementsProject/lightning) and [Eclair](https://github.com/ACINQ/eclair) implementations. -This page covers instructions for LND. For C-Lightning, refer to [this](docs/C-Lightning-setup.md) page. For Eclair, refer to [this](docs/Eclair-setup.md) page. +* C-Lightning users, refer to [this](docs/C-Lightning-setup.md) page for install instructions. +* Eclair users, refer to [this](docs/Eclair-setup.md) page for install instructions. +* LND users, follow the instructions below on this page Lightning Network Daemon(LND) is an implementation of Lightning Network BOLT protocol by [Lightning Labs](https://lightning.engineering/).