diff --git a/.DS_Store b/.DS_Store index b7191072..d0799f71 100644 Binary files a/.DS_Store and b/.DS_Store differ 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