From f5c1c03b22c8ee864c62bc6aebe8b112b32c89f5 Mon Sep 17 00:00:00 2001 From: Suheb <39208279+saubyk@users.noreply.github.com> Date: Wed, 29 Dec 2021 19:56:44 -0500 Subject: [PATCH] Update README.md --- .github/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/README.md b/.github/README.md index 3de063f4..0b13a557 100644 --- a/.github/README.md +++ b/.github/README.md @@ -56,10 +56,7 @@ To download from master (*not recommended*): ``` $ git clone https://github.com/Ride-The-Lightning/RTL.git $ cd RTL -$ npm install -$ npm run buildfrontend -$ npm run buildbackend -$ npm prune --production +$ npm install --only=prod ``` #### Or: Update existing dependencies ``` @@ -67,10 +64,7 @@ $ cd RTL $ git reset --hard HEAD $ git clean -f -d $ git pull -$ npm install -$ npm run buildfrontend -$ npm run buildbackend -$ npm prune --production +$ npm install --only=prod ``` ### Prep for Execution RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.