updated eclair readme

pull/377/head v0.8.0
saubyk 4 years ago
parent b307c8f5f0
commit 2588ecaf1c
No known key found for this signature in database
GPG Key ID: 00C9E2BC2E45666F

@ -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)
### <a name="install"></a>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

Loading…
Cancel
Save