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.