diff --git a/docs/Eclair-setup.md b/docs/Eclair-setup.md index bed518ab..00c76d6f 100644 --- a/docs/Eclair-setup.md +++ b/docs/Eclair-setup.md @@ -20,17 +20,15 @@ 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: -#### 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: - -`$ cd RTL` - -* Fetch the production dependencies by running: -`$ npm install --only=prod` +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: +#### First time setup +``` +$ git clone https://github.com/Ride-The-Lightning/RTL.git +$ cd RTL +$ npm install --only=prod +``` #### Or: Update existing build ``` $ cd RTL