Update README.md

pull/939/head
Suheb 2 years ago committed by GitHub
parent bea5980c6f
commit f5c1c03b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/README.md vendored

@ -56,10 +56,7 @@ To download from master (*not recommended*):
``` ```
$ git clone https://github.com/Ride-The-Lightning/RTL.git $ git clone https://github.com/Ride-The-Lightning/RTL.git
$ cd RTL $ cd RTL
$ npm install $ npm install --only=prod
$ npm run buildfrontend
$ npm run buildbackend
$ npm prune --production
``` ```
#### Or: Update existing dependencies #### Or: Update existing dependencies
``` ```
@ -67,10 +64,7 @@ $ cd RTL
$ git reset --hard HEAD $ git reset --hard HEAD
$ git clean -f -d $ git clean -f -d
$ git pull $ git pull
$ npm install $ npm install --only=prod
$ npm run buildfrontend
$ npm run buildbackend
$ npm prune --production
``` ```
### <a name="prep"></a>Prep for Execution ### <a name="prep"></a>Prep for Execution
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app. RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.

Loading…
Cancel
Save