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
$ 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
```
### <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.

Loading…
Cancel
Save