diff --git a/README.md b/README.md index 7b90e063..0a23c2c5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Docker Image: https://hub.docker.com/r/shahanafarooqui/rtl ### Installation 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 (this is not recommended): +To download from master (*not recommended*): #### First time setup ``` $ git clone https://github.com/Ride-The-Lightning/RTL.git diff --git a/docs/C-Lightning-setup.md b/docs/C-Lightning-setup.md index e7447331..cd7229cc 100644 --- a/docs/C-Lightning-setup.md +++ b/docs/C-Lightning-setup.md @@ -10,7 +10,7 @@ * [Start the server and access the app](#start) ### Introduction -RTL is now enabled to manage a C-Lightning node. +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. @@ -24,16 +24,16 @@ Follow the below steps to install and setup RTL to run on C-Lightning. ![](../screenshots/RTL-CLT-Arch-2.png) ### Installation: -#### First time setup -* Fetch sources from RTL git repository, by executing the below on the command prompt: - -`$ git clone https://github.com/Ride-The-Lightning/RTL.git` -* Change directory to RTL folder: +To download a specific RTL version follow the instructions on the [release page](https://github.com/Ride-The-Lightning/RTL/releases) -`$ cd RTL` +To download from master (*not recommended*): -* Fetch the production dependencies by running: -`$ npm install --only=prod` +#### First time setup +``` +$ git clone https://github.com/Ride-The-Lightning/RTL.git +$ cd RTL +$ npm install --only=prod +``` #### Or: Update existing build ```