From b8fbcc8f0c1ab4595091225c6b63fc88b3dbe1f2 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Mon, 25 May 2020 11:56:26 -0400 Subject: [PATCH] updated readme for install instructions --- .DS_Store | Bin 6148 -> 6148 bytes README.md | 18 ++++++++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.DS_Store b/.DS_Store index b71910724efdb2e41d0aa760aab19b40e259101a..d0799f7163fa2b632c3a2f13c93d58f72946ed25 100644 GIT binary patch delta 18 acmZoMXfc?uWMYc?#sfC&o7p-3@&f=!F9$mS delta 20 ccmZoMXfc?ugpqOM#xVAY2Y5EKbNuB808nuUi2wiq diff --git a/README.md b/README.md index b965a4ff..77c308b0 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,15 @@ Docker Image: https://hub.docker.com/r/shahanafarooqui/rtl * Recommended Browsers: Chrome, Firefox, MS Edge ### 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 (this is not recommended): +#### First time setup +``` +$ git clone https://github.com/Ride-The-Lightning/RTL.git +$ cd RTL +$ npm install --only=prod +``` #### Or: Update existing dependencies ``` $ cd RTL