From 2588ecaf1cb07879e26eba7c921537dd9d1a5107 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:31:39 -0400 Subject: [PATCH] updated eclair readme --- docs/Eclair-setup.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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